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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 10:57:39 UTC 2019


    Date: Saturday, May 25, 2019 @ 10:57:39
  Author: foutrelis
Revision: 470305

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-path-isdev/repos/community-staging-any/PKGBUILD (from rev 470304, perl-path-isdev/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 10:57:39 UTC (rev 470305)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-path-isdev
+pkgver=1.001003
+pkgrel=2
+pkgdesc="Determine if a given Path resembles a development source tree"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Path-IsDev"
+depends=('perl-class-tiny' 'perl-file-homedir' 'perl-module-runtime' 'perl-path-tiny'
+         'perl-role-tiny' 'perl-sub-exporter')
+makedepends=('perl-test-fatal')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/K/KE/KENTNL/Path-IsDev-$pkgver.tar.gz")
+sha512sums=('fd4e355d0e67ec210eba443d5867dce181664da6ae300d81b98e77fd78a25d5a4f95e0b901f0a6c7596f28a3e2e37264f31226c410f5e6fb6a565d2ef0618d59')
+
+build() {
+  cd Path-IsDev-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Path-IsDev-$pkgver
+  make test
+}
+
+package() {
+  cd Path-IsDev-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list