[arch-commits] Commit in perl-extutils-depends/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:30:54 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:30:53
  Author: felixonmars
Revision: 389661

archrelease: copy trunk to staging-any

Added:
  perl-extutils-depends/repos/staging-any/
  perl-extutils-depends/repos/staging-any/PKGBUILD
    (from rev 389660, perl-extutils-depends/trunk/PKGBUILD)

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

Copied: perl-extutils-depends/repos/staging-any/PKGBUILD (from rev 389660, perl-extutils-depends/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-06-21 10:30:53 UTC (rev 389661)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=perl-extutils-depends
+pkgver=0.8000
+pkgrel=4
+pkgdesc="The Perl depends module"
+arch=('any')
+url="https://search.cpan.org/dist/ExtUtils-Depends/"
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-$pkgver.tar.gz")
+md5sums=('ac2d17114f1b50624a8f37381c90485e')
+
+build() {
+  cd ExtUtils-Depends-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-$pkgver
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list