[arch-commits] Commit in perl-algorithm-diff/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon May 24 08:36:32 UTC 2021


    Date: Monday, May 24, 2021 @ 08:36:32
  Author: felixonmars
Revision: 944041

archrelease: copy trunk to community-staging-any

Added:
  perl-algorithm-diff/repos/community-staging-any/
  perl-algorithm-diff/repos/community-staging-any/PKGBUILD
    (from rev 944037, perl-algorithm-diff/trunk/PKGBUILD)

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

Copied: perl-algorithm-diff/repos/community-staging-any/PKGBUILD (from rev 944037, perl-algorithm-diff/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:36:32 UTC (rev 944041)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-algorithm-diff
+epoch=1
+pkgver=1.201
+pkgrel=2
+pkgdesc="Perl/CPAN Module Algorithm::Diff : Diff also Longest Common Subsequence"
+arch=("any")
+url="https://search.cpan.org/dist/Algorithm-Diff"
+license=("GPL" "PerlArtistic")
+depends=(perl)
+source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Algorithm-Diff-$pkgver.tar.gz")
+sha256sums=('0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d')
+
+build() {
+  cd "$srcdir"/Algorithm-Diff-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Algorithm-Diff-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list