[arch-commits] Commit in perl-par-dist/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:34:30 UTC 2021


    Date: Monday, May 24, 2021 @ 08:34:30
  Author: foutrelis
Revision: 943983

archrelease: copy trunk to community-staging-any

Added:
  perl-par-dist/repos/community-staging-any/
  perl-par-dist/repos/community-staging-any/PKGBUILD
    (from rev 943981, perl-par-dist/trunk/PKGBUILD)

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

Copied: perl-par-dist/repos/community-staging-any/PKGBUILD (from rev 943981, perl-par-dist/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:34:30 UTC (rev 943983)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-par-dist
+pkgver=0.51
+pkgrel=2
+pkgdesc="Perl bindings to create and manipulate PAR distributions"
+arch=('any')
+url="https://search.cpan.org/dist/PAR-Dist/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz")
+sha512sums=('4c06ff54dfa8f3dc4766b60c45337b3cf80b32ec6bcc49d7e5a4786e0533e495f6215b257100fa5aae50f12e01a8b3d7144254d8706019c50ff115915f0fcb41')
+
+build() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list