[arch-commits] Commit in perl-path-finddev/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:00:38 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:00:37
  Author: foutrelis
Revision: 470328

archrelease: copy trunk to community-staging-any

Added:
  perl-path-finddev/repos/community-staging-any/
  perl-path-finddev/repos/community-staging-any/PKGBUILD
    (from rev 470327, perl-path-finddev/trunk/PKGBUILD)

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

Copied: perl-path-finddev/repos/community-staging-any/PKGBUILD (from rev 470327, perl-path-finddev/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:00:37 UTC (rev 470328)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-path-finddev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="Find a development path somewhere in an upper hierarchy"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Path-FindDev"
+depends=('perl-class-tiny' 'perl-path-isdev' 'perl-path-tiny' 'perl-sub-exporter')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/K/KE/KENTNL/Path-FindDev-v$pkgver.tar.gz")
+sha512sums=('dd7a6a05f9e21c45a5ef25b3e2598a8f769a2ab3ef24ddb8e918b17a0f025bc5ba5b23fecf832911b7003de6cdaceb0e4a8c1139b4e23b080920739604e37bf6')
+
+build() {
+  cd Path-FindDev-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Path-FindDev-v$pkgver
+  make test
+}
+
+package() {
+  cd Path-FindDev-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list