[arch-commits] Commit in perl-file-path-tiny/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 09:22:20 UTC 2019
Date: Saturday, May 25, 2019 @ 09:22:20
Author: foutrelis
Revision: 470123
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 470122, perl-file-path-tiny/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-file-path-tiny/repos/community-staging-any/PKGBUILD (from rev 470122, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 09:22:20 UTC (rev 470123)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=0.9
+pkgrel=3
+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