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

Felix Yan felixonmars at archlinux.org
Sat May 25 08:58:34 UTC 2019


    Date: Saturday, May 25, 2019 @ 08:58:33
  Author: felixonmars
Revision: 469954

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-simple/repos/community-staging-any/PKGBUILD (from rev 469953, perl-test-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 08:58:33 UTC (rev 469954)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-simple
+pkgver=1.302164
+pkgrel=2
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz")
+sha512sums=('6b1945bfc7766feabd9fe731b7d993ebdc0bacc0b770f680ece714c1d76708cf03d6ebf803761a1ab9670907d3ba9d201e5dc650901fc9d8e2207c226f5d3024')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list