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

Felix Yan felixonmars at archlinux.org
Sat May 25 09:09:45 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:09:44
  Author: felixonmars
Revision: 470021

archrelease: copy trunk to community-staging-any

Added:
  perl-importer/repos/community-staging-any/
  perl-importer/repos/community-staging-any/PKGBUILD
    (from rev 470019, perl-importer/trunk/PKGBUILD)

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

Copied: perl-importer/repos/community-staging-any/PKGBUILD (from rev 470019, perl-importer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:09:44 UTC (rev 470021)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-importer
+pkgver=0.025
+pkgrel=3
+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=('99632c7a425fe7d965e052b2fc1fa8c34c4fe44c39899d280adaed8490b980f1fd7cc70dc974b45f97ce67c88163177bc2a11be44f04324241cc8d097e0afed8')
+
+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