[arch-commits] Commit in perl-file-path-tiny/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:19:23 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:19:22
  Author: foutrelis
Revision: 253805

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 253804, perl-file-path-tiny/trunk/PKGBUILD)

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

Copied: perl-file-path-tiny/repos/community-staging-any/PKGBUILD (from rev 253804, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:19:22 UTC (rev 253805)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=0.8
+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')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
+sha1sums=('cc39f65c3c84f476f8ae8549d7c59b01dfbf1179')
+sha1sums=('97346515a634e66dca59ec029026559fc502231b')
+sha1sums=('402237692f2eabc2630ea434d479ffd66c710d2e')
+
+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