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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:34:10 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:34:10
  Author: foutrelis
Revision: 1214381

archrelease: copy trunk to community-staging-any

Added:
  perl-package-stash/repos/community-staging-any/
  perl-package-stash/repos/community-staging-any/PKGBUILD
    (from rev 1214380, perl-package-stash/trunk/PKGBUILD)

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

Copied: perl-package-stash/repos/community-staging-any/PKGBUILD (from rev 1214380, perl-package-stash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:34:10 UTC (rev 1214381)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-package-stash
+pkgver=0.40
+pkgrel=2
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="https://search.cpan.org/dist/Package-Stash"
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
+checkdepends=('perl-cpan-meta-check' 'perl-test-fatal' 'perl-test-needs')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha512sums=('1a1e358c8409ba0bcc2fee9b3cc86b6cd42297c9bd0641a57872bec498567ee18075ad71f7e79bb9b3a789cb47ebbf852163886f8babaf3aa23e7ff9eb2e7080')
+
+build() {
+  cd Package-Stash-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Package-Stash-$pkgver
+  make test
+}
+
+package() {
+  cd Package-Stash-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list