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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:48:55 UTC 2018


    Date: Friday, November 9, 2018 @ 23:48:54
  Author: felixonmars
Revision: 405392

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 405391, perl-getopt-argvfile/trunk/PKGBUILD)

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

Copied: perl-getopt-argvfile/repos/community-staging-any/PKGBUILD (from rev 405391, perl-getopt-argvfile/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:48:54 UTC (rev 405392)
@@ -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=9
+pkgdesc="Take options from files"
+arch=('any')
+url="http://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