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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:13:27 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:13:27
  Author: foutrelis
Revision: 366318

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-package-constants/repos/community-staging-any/PKGBUILD (from rev 366317, perl-package-constants/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:13:27 UTC (rev 366318)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-package-constants
+pkgver=0.06
+pkgrel=4
+pkgdesc="List all constants declared in a package"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.mcpan.org/dist/Package-Constants'
+source=('http://search.mcpan.org/CPAN/authors/id/B/BI/BINGOS/Package-Constants-0.06.tar.gz')
+sha512sums=('a3f855435a989252551dfbd50492dcae5bdfb01efe14c2ef40679722305bb67097eb4c969023df1da00ee22d92f88e39439ebdeaae0b1f3a3fc6c561f3fa8481')
+_distdir="Package-Constants-0.06"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list