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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 12:05:40 UTC 2017


    Date: Saturday, August 26, 2017 @ 12:05:39
  Author: foutrelis
Revision: 253929

archrelease: copy trunk to community-staging-any

Added:
  perl-file-pushd/repos/community-staging-any/
  perl-file-pushd/repos/community-staging-any/PKGBUILD
    (from rev 253928, perl-file-pushd/trunk/PKGBUILD)

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

Copied: perl-file-pushd/repos/community-staging-any/PKGBUILD (from rev 253928, perl-file-pushd/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 12:05:39 UTC (rev 253929)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-pushd
+pkgver=1.014
+pkgrel=3
+pkgdesc="Change directory temporarily for a limited scope"
+arch=('any')
+url="https://metacpan.org/release/File-pushd"
+license=('Apache')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz")
+sha256sums=('b5ab37ffe3acbec53efb7c77b4423a2c79afa30a48298e751b9ebee3fdc6340b')
+
+build() {
+  cd File-pushd-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-pushd-${pkgver}
+  make test
+}
+
+package() {
+  cd File-pushd-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list