[arch-commits] Commit in perl-module-scandeps/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jan 19 08:22:43 UTC 2018


    Date: Friday, January 19, 2018 @ 08:22:42
  Author: felixonmars
Revision: 284133

archrelease: copy trunk to community-any

Added:
  perl-module-scandeps/repos/community-any/
  perl-module-scandeps/repos/community-any/PKGBUILD
    (from rev 284132, perl-module-scandeps/trunk/PKGBUILD)

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

Copied: perl-module-scandeps/repos/community-any/PKGBUILD (from rev 284132, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-01-19 08:22:42 UTC (rev 284133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+
+pkgname=perl-module-scandeps
+_pkgname=Module-ScanDeps
+pkgver=1.24
+pkgrel=2
+pkgdesc="Scan file prerequisites"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-requires')
+url="http://search.cpan.org/dist/Module-ScanDeps"
+source=("http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
+sha512sums=('7f3d9821aa863d8ebc78fb5fb3c7172ce133169ec54ed91b90e05ba50654b4bd0282b3a760adfc8b6bd553dda4116dbf51972bb2af94b59f6f04daeba996e889')
+
+build() {
+  cd Module-ScanDeps-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-ScanDeps-$pkgver
+  make test
+}
+
+package() {
+  cd Module-ScanDeps-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list