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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:31:46 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:31:46
  Author: foutrelis
Revision: 1213990

archrelease: copy trunk to community-staging-any

Added:
  perl-sub-install/repos/community-staging-any/
  perl-sub-install/repos/community-staging-any/PKGBUILD
    (from rev 1213987, perl-sub-install/trunk/PKGBUILD)

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

Copied: perl-sub-install/repos/community-staging-any/PKGBUILD (from rev 1213987, perl-sub-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:31:46 UTC (rev 1213990)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-sub-install
+pkgver=0.928
+pkgrel=8
+pkgdesc="Install subroutines into packages easily"
+arch=('any')
+url="https://metacpan.org/release/Sub-Install"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+sha1sums=('868c6cb4c0232d9ac3f865f232359f82012be8d6')
+
+build() {
+  cd Sub-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Sub-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Sub-Install-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list