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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 12:03:07 UTC 2022


    Date: Sunday, May 29, 2022 @ 12:03:06
  Author: foutrelis
Revision: 1214695

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 1214692, 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 1214692, perl-file-path-expand/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 12:03:06 UTC (rev 1214695)
@@ -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=15
+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