[arch-commits] Commit in perl-file-copy-recursive-reduced/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:40:38 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:40:37
  Author: felixonmars
Revision: 649082

archrelease: copy trunk to community-staging-any

Added:
  perl-file-copy-recursive-reduced/repos/community-staging-any/
  perl-file-copy-recursive-reduced/repos/community-staging-any/PKGBUILD
    (from rev 649080, perl-file-copy-recursive-reduced/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive-reduced/repos/community-staging-any/PKGBUILD (from rev 649080, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:40:37 UTC (rev 649082)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.006
+pkgrel=4
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='https://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz")
+sha512sums=('7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list