[arch-commits] Commit in perl-devel-patchperl/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 09:19:28 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:19:28
Author: foutrelis
Revision: 366374
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 366373, perl-devel-patchperl/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-devel-patchperl/repos/community-staging-any/PKGBUILD (from rev 366373, perl-devel-patchperl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:19:28 UTC (rev 366374)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.48
+pkgrel=4
+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