[arch-commits] Commit in perl-test-simple/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 23 06:56:32 UTC 2019


    Date: Wednesday, January 23, 2019 @ 06:56:32
  Author: felixonmars
Revision: 427169

archrelease: copy trunk to community-any

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

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

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 427168, perl-test-simple/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-23 06:56:32 UTC (rev 427169)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-simple
+pkgver=1.302160
+pkgrel=1
+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=('3df744efbf5e2bf1b03849f35bec32f0b0546efbe968e38ed55a472d92f2b2f5a7cf63e82d6fda7ec2406c403c053a32285d29dcf21d28030a924bc751e16548')
+
+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