[arch-commits] Commit in perl-test-subcalls/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:46:39 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:46:39
  Author: foutrelis
Revision: 470191

archrelease: copy trunk to community-staging-any

Added:
  perl-test-subcalls/repos/community-staging-any/
  perl-test-subcalls/repos/community-staging-any/PKGBUILD
    (from rev 470190, perl-test-subcalls/trunk/PKGBUILD)

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

Copied: perl-test-subcalls/repos/community-staging-any/PKGBUILD (from rev 470190, perl-test-subcalls/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:46:39 UTC (rev 470191)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-subcalls
+pkgver=1.10
+pkgrel=2
+pkgdesc="Track the number of times subs are called"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-SubCalls"
+depends=('perl-hook-lexwrap')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-SubCalls-$pkgver.tar.gz")
+sha512sums=('67c64eeb9dbf7ed2f5fd4461316ee44cba4f503c6b822a5fb8c3f100c3d4de7ac09058afc0cdf355549829d8e412d1919bc64a1f3030f16f38775b029936a4f9')
+
+build() {
+  cd Test-SubCalls-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-SubCalls-$pkgver
+  make test
+}
+
+package() {
+  cd Test-SubCalls-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list