[arch-commits] Commit in perl-text-patch/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 12:04:39 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:04:39
  Author: foutrelis
Revision: 384427

archrelease: copy trunk to staging-any

Added:
  perl-text-patch/repos/staging-any/
  perl-text-patch/repos/staging-any/PKGBUILD
    (from rev 384426, perl-text-patch/trunk/PKGBUILD)

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

Copied: perl-text-patch/repos/staging-any/PKGBUILD (from rev 384426, perl-text-patch/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-16 12:04:39 UTC (rev 384427)
@@ -0,0 +1,30 @@
+# Maintainer: 
+
+pkgname=perl-text-patch
+pkgver=1.8
+pkgrel=7
+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