[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Fri Jun 12 16:00:32 UTC 2015


    Date: Friday, June 12, 2015 @ 18:00:31
  Author: fyan
Revision: 240625

addpkg: perl-inc-latest 0.500-1 (as dependency of perl-module-build)

Added:
  perl-inc-latest/
  perl-inc-latest/repos/
  perl-inc-latest/trunk/
  perl-inc-latest/trunk/PKGBUILD

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

Added: perl-inc-latest/trunk/PKGBUILD
===================================================================
--- perl-inc-latest/trunk/PKGBUILD	                        (rev 0)
+++ perl-inc-latest/trunk/PKGBUILD	2015-06-12 16:00:31 UTC (rev 240625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inc-latest
+pkgver=0.500
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="https://github.com/dagolden/inc-latest"
+license=('Apache')
+depends=('perl')
+checkdepends=('perl-cpan-meta')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/inc-latest-$pkgver.tar.gz")
+sha512sums=('b312d1dfce963322796bc0127f0ecd82c12baacf9e5df40d9acc093221edd80f3696ce6d9f185ed24b21983147363d1d0ff3e273b8b5ce7559a6f16983a1385c')
+
+build() {
+  cd inc-latest-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd inc-latest-$pkgver
+  make test
+}
+
+package() {
+  cd inc-latest-$pkgver
+  make install DESTDIR="$pkgdir"
+}


Property changes on: perl-inc-latest/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list