[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Fri Apr 12 12:38:55 UTC 2019


    Date: Friday, April 12, 2019 @ 12:38:55
  Author: felixonmars
Revision: 451259

addpkg: perl-pod-spell 1.20-1

Added:
  perl-pod-spell/
  perl-pod-spell/repos/
  perl-pod-spell/trunk/
  perl-pod-spell/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: perl-pod-spell/trunk/PKGBUILD
===================================================================
--- perl-pod-spell/trunk/PKGBUILD	                        (rev 0)
+++ perl-pod-spell/trunk/PKGBUILD	2019-04-12 12:38:55 UTC (rev 451259)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-pod-spell
+pkgver=1.20
+pkgrel=1
+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