[arch-commits] Commit in perl-local-lib/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 12:13:18 UTC 2017


    Date: Saturday, August 26, 2017 @ 12:13:18
  Author: foutrelis
Revision: 253950

archrelease: copy trunk to community-staging-any

Added:
  perl-local-lib/repos/community-staging-any/
  perl-local-lib/repos/community-staging-any/PKGBUILD
    (from rev 253949, perl-local-lib/trunk/PKGBUILD)

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

Copied: perl-local-lib/repos/community-staging-any/PKGBUILD (from rev 253949, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 12:13:18 UTC (rev 253950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-local-lib
+pkgver=2.000019
+pkgrel=3
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="http://search.cpan.org/dist/local-lib/"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
+md5sums=('98b6d973b7962b68ecf1479a5b12a159')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list