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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:31:25 UTC 2018


    Date: Friday, November 9, 2018 @ 21:31:25
  Author: felixonmars
Revision: 404661

archrelease: copy trunk to community-staging-any

Added:
  perl-file-path-expand/repos/community-staging-any/
  perl-file-path-expand/repos/community-staging-any/PKGBUILD
    (from rev 404659, perl-file-path-expand/trunk/PKGBUILD)

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

Copied: perl-file-path-expand/repos/community-staging-any/PKGBUILD (from rev 404659, perl-file-path-expand/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:31:25 UTC (rev 404661)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-file-path-expand
+pkgver=1.02
+pkgrel=11
+pkgdesc="Perl/CPAN Module File::Path::Expand"
+arch=('any')
+url="http://search.cpan.org/dist/File-Path-Expand"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/R/RC/RCLAMP/File-Path-Expand-1.02.tar.gz")
+sha256sums=('7fb616a5d5904400a9e355ca540049a08605c60ce4f94297f2f8bd95dee9b495')
+
+build() {
+  cd "$srcdir"/File-Path-Expand-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd "$srcdir"/File-Path-Expand-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list