[arch-commits] Commit in perl-importer/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:35:17 UTC 2021
Date: Monday, May 24, 2021 @ 08:35:17
Author: foutrelis
Revision: 944006
archrelease: copy trunk to community-staging-any
Added:
perl-importer/repos/community-staging-any/
perl-importer/repos/community-staging-any/PKGBUILD
(from rev 944002, perl-importer/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-importer/repos/community-staging-any/PKGBUILD (from rev 944002, perl-importer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 08:35:17 UTC (rev 944006)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-importer
+pkgver=0.026
+pkgrel=2
+pkgdesc="Alternative but compatible interface to modules that export symbols."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Importer"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-$pkgver.tar.gz")
+sha512sums=('f6726b204ee358af00b5c72120bd2131ed575c100a9946b1772552e42b98f78dd38ffcc0119e2cdf721c39e2d83547bc5778adb61c5f84089caf11949c7ef045')
+
+build() {
+ cd Importer-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Importer-$pkgver
+ make test
+}
+
+package() {
+ cd Importer-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list