[arch-commits] Commit in perl-sub-identify/repos (4 files)
Felix Yan
fyan at archlinux.org
Sat Dec 5 03:26:27 UTC 2015
Date: Saturday, December 5, 2015 @ 04:26:27
Author: fyan
Revision: 148413
archrelease: copy trunk to community-i686, community-x86_64
Added:
perl-sub-identify/repos/community-i686/
perl-sub-identify/repos/community-i686/PKGBUILD
(from rev 148412, perl-sub-identify/trunk/PKGBUILD)
perl-sub-identify/repos/community-x86_64/
perl-sub-identify/repos/community-x86_64/PKGBUILD
(from rev 148412, perl-sub-identify/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: perl-sub-identify/repos/community-i686/PKGBUILD (from rev 148412, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-05 03:26:27 UTC (rev 148413)
@@ -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:
Copied: perl-sub-identify/repos/community-x86_64/PKGBUILD (from rev 148412, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-05 03:26:27 UTC (rev 148413)
@@ -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:
More information about the arch-commits
mailing list