[arch-commits] Commit in perl-patchreader/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:10:38 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:10:38
Author: felixonmars
Revision: 658846
archrelease: copy trunk to community-staging-any
Added:
perl-patchreader/repos/community-staging-any/
perl-patchreader/repos/community-staging-any/PKGBUILD
(from rev 658845, perl-patchreader/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-patchreader/repos/community-staging-any/PKGBUILD (from rev 658845, perl-patchreader/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:10:38 UTC (rev 658846)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-patchreader
+pkgver=0.9.6
+pkgrel=5
+pkgdesc="Utilities to read and manipulate patches and CVS"
+arch=('any')
+url="https://search.cpan.org/dist/PatchReader"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/T/TM/TMANNERM/PatchReader-$pkgver.tar.gz)
+md5sums=('bd8da2388cd5ebc99a860b6d6bfeb8ad')
+
+build() {
+ cd "$srcdir"/PatchReader-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/PatchReader-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list