[arch-commits] Commit in perl-pod-spell/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 12 12:39:36 UTC 2019


    Date: Friday, April 12, 2019 @ 12:39:36
  Author: felixonmars
Revision: 451260

archrelease: copy trunk to community-any

Added:
  perl-pod-spell/repos/community-any/
  perl-pod-spell/repos/community-any/PKGBUILD
    (from rev 451259, perl-pod-spell/trunk/PKGBUILD)

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

Copied: perl-pod-spell/repos/community-any/PKGBUILD (from rev 451259, perl-pod-spell/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-04-12 12:39:36 UTC (rev 451260)
@@ -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