[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Sat Dec 5 03:25:59 UTC 2015


    Date: Saturday, December 5, 2015 @ 04:25:59
  Author: fyan
Revision: 148412

addpkg: perl-sub-identify 0.12-1

Added:
  perl-sub-identify/
  perl-sub-identify/repos/
  perl-sub-identify/trunk/
  perl-sub-identify/trunk/PKGBUILD

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

Added: perl-sub-identify/trunk/PKGBUILD
===================================================================
--- perl-sub-identify/trunk/PKGBUILD	                        (rev 0)
+++ perl-sub-identify/trunk/PKGBUILD	2015-12-05 03:25:59 UTC (rev 148412)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org> 
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-sub-identify
+pkgver=0.12
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz")
+sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: perl-sub-identify/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list