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

Felix Yan felixonmars at archlinux.org
Sat Aug 26 13:53:36 UTC 2017


    Date: Saturday, August 26, 2017 @ 13:53:36
  Author: felixonmars
Revision: 254064

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 254063, perl-algorithm-annotate/trunk/PKGBUILD)

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

Copied: perl-algorithm-annotate/repos/community-staging-any/PKGBUILD (from rev 254063, perl-algorithm-annotate/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 13:53:36 UTC (rev 254064)
@@ -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=8
+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=("http://www.cpan.org/authors/id/C/CL/CLKAO/Algorithm-Annotate-$pkgver.tar.gz")
+md5sums=("453395489640e28fc772944ef08d396b")
+
+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