[arch-commits] Commit in perl-extutils-depends/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 09:35:05 UTC 2022
Date: Sunday, May 29, 2022 @ 09:35:04
Author: felixonmars
Revision: 446721
archrelease: copy trunk to staging-any
Added:
perl-extutils-depends/repos/staging-any/
perl-extutils-depends/repos/staging-any/PKGBUILD
(from rev 446719, perl-extutils-depends/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-extutils-depends/repos/staging-any/PKGBUILD (from rev 446719, perl-extutils-depends/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2022-05-29 09:35:04 UTC (rev 446721)
@@ -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.8001
+pkgrel=3
+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")
+sha512sums=('80141f90fbde7c62b192a55d40d26ce4e442150287ae6fe200388dc84cedba5f5210ee6cd9a40b1a9cda0cc49815b1ba1ab35e75afaa7440de3c3577d01bb733')
+
+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