[arch-commits] Commit in perl-text-patch/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 25 09:31:53 UTC 2019
Date: Saturday, May 25, 2019 @ 09:31:52
Author: felixonmars
Revision: 354133
archrelease: copy trunk to staging-any
Added:
perl-text-patch/repos/staging-any/
perl-text-patch/repos/staging-any/PKGBUILD
(from rev 354131, perl-text-patch/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-text-patch/repos/staging-any/PKGBUILD (from rev 354131, perl-text-patch/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2019-05-25 09:31:52 UTC (rev 354133)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-text-patch
+pkgver=1.8
+pkgrel=6
+pkgdesc="Patches text with given patch"
+arch=('any')
+url="https://search.cpan.org/dist/Text-Patch"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-text-diff')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz")
+sha1sums=('025d6249ae2b57b2f92cc7e1761b94a5fdbe4635')
+
+build() {
+ cd Text-Patch-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Text-Patch-$pkgver
+ make test
+}
+
+package() {
+ cd Text-Patch-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list