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

Felix Yan felixonmars at archlinux.org
Fri Jun 2 06:32:57 UTC 2017


    Date: Friday, June 2, 2017 @ 06:32:56
  Author: felixonmars
Revision: 232846

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 232844, perl-package-stash/trunk/PKGBUILD)

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

Copied: perl-package-stash/repos/community-staging-any/PKGBUILD (from rev 232844, perl-package-stash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 06:32:56 UTC (rev 232846)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.37
+pkgrel=3
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="http://search.cpan.org/dist/Package-Stash"
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 'perl-module-implementation')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-$pkgver.tar.gz)
+sha1sums=('43fc4e362ac1a45eb27fe779806cbd96c891e2dc')
+
+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