[arch-commits] Commit in (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Apr 12 10:29:21 UTC 2019
Date: Friday, April 12, 2019 @ 10:29:21
Author: felixonmars
Revision: 451245
addpkg: perl-path-finddev 0.5.3-1
Added:
perl-path-finddev/
perl-path-finddev/repos/
perl-path-finddev/trunk/
perl-path-finddev/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: perl-path-finddev/trunk/PKGBUILD
===================================================================
--- perl-path-finddev/trunk/PKGBUILD (rev 0)
+++ perl-path-finddev/trunk/PKGBUILD 2019-04-12 10:29:21 UTC (rev 451245)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-path-finddev
+pkgver=0.5.3
+pkgrel=1
+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