[arch-commits] Commit in perl-archive-zip/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 24 10:37:55 UTC 2021
Date: Monday, May 24, 2021 @ 10:37:54
Author: felixonmars
Revision: 416164
archrelease: copy trunk to staging-any
Added:
perl-archive-zip/repos/staging-any/
perl-archive-zip/repos/staging-any/PKGBUILD
(from rev 416163, perl-archive-zip/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-archive-zip/repos/staging-any/PKGBUILD (from rev 416163, perl-archive-zip/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 10:37:54 UTC (rev 416164)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-archive-zip
+pkgver=1.68
+pkgrel=4
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/"
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('40c3ba26b1c27a8b15b919934e7fcd531f208bec73de3454e123ac1fb771831e287b8fade421be40e243498beb6dad9b6133ef07d2e5d407afbd1f3d6a30b916')
+
+build() {
+ cd Archive-Zip-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Archive-Zip-${pkgver}
+ make test
+}
+
+
+package() {
+ cd Archive-Zip-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list