[arch-commits] Commit in perl-getopt-argvfile/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:34:13 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:34:12
  Author: felixonmars
Revision: 658947

archrelease: copy trunk to community-staging-any

Added:
  perl-getopt-argvfile/repos/community-staging-any/
  perl-getopt-argvfile/repos/community-staging-any/PKGBUILD
    (from rev 658946, perl-getopt-argvfile/trunk/PKGBUILD)

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

Copied: perl-getopt-argvfile/repos/community-staging-any/PKGBUILD (from rev 658946, perl-getopt-argvfile/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:34:12 UTC (rev 658947)
@@ -0,0 +1,33 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-getopt-argvfile
+pkgver=1.11
+pkgrel=10
+pkgdesc="Take options from files"
+arch=('any')
+url="https://search.cpan.org/~JSTENZEL/Getopt-ArgvFile"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-${pkgver}.tar.gz")
+sha256sums=('3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22')
+
+build() {
+  cd  Getopt-ArgvFile-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+
+  make
+}
+
+package() {
+  cd  Getopt-ArgvFile-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}
+



More information about the arch-commits mailing list