Date: Wednesday, August 1, 2018 @ 09:16:05
  Author: foutrelis
Revision: 366335

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-requires/repos/community-staging-any/PKGBUILD (from rev 
366334, perl-test-requires/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-08-01 09:16:05 UTC (rev 366335)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Justin Davis <[email protected]>
+
+pkgname=perl-test-requires
+pkgver=0.10
+pkgrel=4
+pkgdesc="Checks to see if the module can be loaded"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-Requires'
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz";)
+md5sums=('0d5da779609d0c8fa6f796b45ff8c6f3')
+
+build() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Test-Requires-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}

Reply via email to