[arch-commits] Commit in perl-file-path-tiny/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Jun 21 10:37:22 UTC 2020
Date: Sunday, June 21, 2020 @ 10:37:22
Author: felixonmars
Revision: 649047
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 649045, 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 649045, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-06-21 10:37:22 UTC (rev 649047)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=0.9
+pkgrel=4
+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=("https://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