[arch-commits] Commit in perl-file-chdir/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 20:56:10 UTC 2018


    Date: Friday, November 9, 2018 @ 20:56:10
  Author: felixonmars
Revision: 404466

archrelease: copy trunk to community-staging-any

Added:
  perl-file-chdir/repos/community-staging-any/
  perl-file-chdir/repos/community-staging-any/ChangeLog
    (from rev 404465, perl-file-chdir/trunk/ChangeLog)
  perl-file-chdir/repos/community-staging-any/PKGBUILD
    (from rev 404465, perl-file-chdir/trunk/PKGBUILD)

-----------+
 ChangeLog |    2 ++
 PKGBUILD  |   28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

Copied: perl-file-chdir/repos/community-staging-any/ChangeLog (from rev 404465, perl-file-chdir/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2018-11-09 20:56:10 UTC (rev 404466)
@@ -0,0 +1,2 @@
+2007-07-29 Georg Grabler (STiAT) <ggrabler at gmail.com>
+* Version bump to 0.8

Copied: perl-file-chdir/repos/community-staging-any/PKGBUILD (from rev 404465, perl-file-chdir/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 20:56:10 UTC (rev 404466)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-file-chdir
+pkgver=0.1011
+pkgrel=3
+pkgdesc="a more sensible way to change directories "
+arch=('any')
+depends=('perl')
+url="http://search.cpan.org/dist/File-chdir"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$pkgver.tar.gz)
+sha256sums=('31ebf912df48d5d681def74b9880d78b1f3aca4351a0ed1fe3570b8e03af6c79')
+
+build() {
+  cd  "$srcdir"/File-chdir-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/File-chdir-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list