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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:50:27 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:50:27
  Author: felixonmars
Revision: 446925

archrelease: copy trunk to staging-any

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

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

Copied: perl-text-patch/repos/staging-any/PKGBUILD (from rev 446922, perl-text-patch/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 11:50:27 UTC (rev 446925)
@@ -0,0 +1,30 @@
+# Maintainer: 
+
+pkgname=perl-text-patch
+pkgver=1.8
+pkgrel=10
+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