[arch-commits] Commit in perl-devel-patchperl/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 11:06:33 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:06:32
  Author: felixonmars
Revision: 232154

archrelease: copy trunk to community-staging-any

Added:
  perl-devel-patchperl/repos/community-staging-any/
  perl-devel-patchperl/repos/community-staging-any/PKGBUILD
    (from rev 232153, perl-devel-patchperl/trunk/PKGBUILD)

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

Copied: perl-devel-patchperl/repos/community-staging-any/PKGBUILD (from rev 232153, perl-devel-patchperl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:06:32 UTC (rev 232154)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.48
+pkgrel=2
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-PatchPerl/"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz")
+sha256sums=('26a9bc8e52af739384cece2773921dd44d2371b6cdf92fe452ecc348eb0d90fe')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



More information about the arch-commits mailing list