[arch-commits] Commit in perl-sub-identify/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 13:44:02 UTC 2017


    Date: Saturday, August 26, 2017 @ 13:44:01
  Author: foutrelis
Revision: 254030

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-sub-identify/repos/community-staging-i686/
  perl-sub-identify/repos/community-staging-i686/PKGBUILD
    (from rev 254028, perl-sub-identify/trunk/PKGBUILD)
  perl-sub-identify/repos/community-staging-x86_64/
  perl-sub-identify/repos/community-staging-x86_64/PKGBUILD
    (from rev 254029, perl-sub-identify/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: perl-sub-identify/repos/community-staging-i686/PKGBUILD (from rev 254028, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-26 13:44:01 UTC (rev 254030)
@@ -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.14
+pkgrel=4
+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=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
+
+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-staging-x86_64/PKGBUILD (from rev 254029, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-26 13:44:01 UTC (rev 254030)
@@ -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.14
+pkgrel=4
+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=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
+
+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