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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 12:08:45 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:08:44
  Author: foutrelis
Revision: 470630

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 470629, 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 470629, perl-file-path-expand/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 12:08:44 UTC (rev 470630)
@@ -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=12
+pkgdesc="Perl/CPAN Module File::Path::Expand"
+arch=('any')
+url="https://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