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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:56:18 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:56:18
  Author: felixonmars
Revision: 649140

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 649139, perl-test-subcalls/trunk/PKGBUILD)

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

Copied: perl-test-subcalls/repos/community-staging-any/PKGBUILD (from rev 649139, perl-test-subcalls/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:56:18 UTC (rev 649140)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-subcalls
+pkgver=1.10
+pkgrel=3
+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