[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Fri Jan 19 08:34:54 UTC 2018


    Date: Friday, January 19, 2018 @ 08:34:53
  Author: felixonmars
Revision: 284138

addpkg: perl-test-file 1.443-1

Added:
  perl-test-file/
  perl-test-file/repos/
  perl-test-file/trunk/
  perl-test-file/trunk/PKGBUILD

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

Added: perl-test-file/trunk/PKGBUILD
===================================================================
--- perl-test-file/trunk/PKGBUILD	                        (rev 0)
+++ perl-test-file/trunk/PKGBUILD	2018-01-19 08:34:53 UTC (rev 284138)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Dupuis <lisael at lisael.org>
+# Contributor: Rafael Reggiani Manzo <rr.manzo at gmail.com>
+
+pkgname=perl-test-file
+pkgver=1.443
+pkgrel=1
+pkgdesc="This modules provides a collection of test utilities for file attributes."
+arch=('any')
+url='https://github.com/briandfoy/test-file'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-test-utf8')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz")
+sha512sums=('9ad66b3a9dc1c3752a4ec22934db9139ac010ac3237a3de018d4ec4a65ac047f0152ab9e7979a2615412c1af02a1f2dfa0dbfdf5eba5358628b1b443232c45b2')
+
+build() {
+  cd Test-File-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-File-$pkgver
+  make test
+}
+
+package() {
+  cd Test-File-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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



More information about the arch-commits mailing list