[arch-commits] Commit in perl-pod-spell/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 10:01:26 UTC 2019
Date: Saturday, May 25, 2019 @ 10:01:25
Author: foutrelis
Revision: 470226
archrelease: copy trunk to community-staging-any
Added:
perl-pod-spell/repos/community-staging-any/
perl-pod-spell/repos/community-staging-any/PKGBUILD
(from rev 470224, perl-pod-spell/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-pod-spell/repos/community-staging-any/PKGBUILD (from rev 470224, perl-pod-spell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 10:01:25 UTC (rev 470226)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-pod-spell
+pkgver=1.20
+pkgrel=2
+pkgdesc="A formatter for spellchecking Pod"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Pod-Spell"
+depends=('perl-class-tiny' 'perl-file-sharedir' 'perl-lingua-en-inflect' 'perl-path-tiny')
+makedepends=('perl-file-sharedir-install' 'perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DO/DOLMEN/Pod-Spell-$pkgver.tar.gz")
+sha512sums=('9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e')
+
+build() {
+ cd Pod-Spell-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Pod-Spell-$pkgver
+ make test
+}
+
+package() {
+ cd Pod-Spell-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list