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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:15:20 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:15:20
  Author: foutrelis
Revision: 366713

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-algorithm-annotate/repos/community-staging-any/PKGBUILD (from rev 366712, perl-algorithm-annotate/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:15:20 UTC (rev 366713)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-algorithm-annotate
+pkgver=0.10
+pkgrel=9
+pkgdesc="Perl/CPAN Module Algorithm::Annotate"
+arch=("any")
+url="http://search.cpan.org/dist/Algorithm-Annotate"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-algorithm-diff")
+depends=("perl-algorithm-diff")
+source=("https://www.cpan.org/authors/id/C/CL/CLKAO/Algorithm-Annotate-$pkgver.tar.gz")
+sha256sums=('c9b1764643933eb1a3356906cc372d483a99416207a31df3e58ee9892d9922f9')
+
+build() {
+  cd "$srcdir"/Algorithm-Annotate-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Algorithm-Annotate-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list