[arch-commits] Commit in perl-file-path-tiny/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 09:19:09 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:19:08
Author: felixonmars
Revision: 366370
archrelease: copy trunk to community-staging-any
Added:
perl-file-path-tiny/repos/community-staging-any/
perl-file-path-tiny/repos/community-staging-any/PKGBUILD
(from rev 366368, perl-file-path-tiny/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-file-path-tiny/repos/community-staging-any/PKGBUILD (from rev 366368, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:19:08 UTC (rev 366370)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=0.9
+pkgrel=2
+pkgdesc='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+arch=('any')
+url="https://metacpan.org/release/File-Path-Tiny"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-exception')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
+sha1sums=('1327cb5795b558fef931b46b7b8c8961bdb72fa0')
+
+build() {
+ cd File-Path-Tiny-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd File-Path-Tiny-$pkgver
+ make test
+}
+
+package() {
+ cd File-Path-Tiny-$pkgver
+ make install DESTDIR="$pkgdir"
+}
More information about the arch-commits
mailing list