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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:42:11 UTC 2021


    Date: Monday, May 24, 2021 @ 08:42:10
  Author: foutrelis
Revision: 944068

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 944065, 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 944065, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:42:10 UTC (rev 944068)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.006
+pkgrel=5
+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