[arch-commits] Commit in perl-data-random/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:55:03 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:55:02
  Author: felixonmars
Revision: 649126

archrelease: copy trunk to community-staging-any

Added:
  perl-data-random/repos/community-staging-any/
  perl-data-random/repos/community-staging-any/PKGBUILD
    (from rev 649124, perl-data-random/trunk/PKGBUILD)

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

Copied: perl-data-random/repos/community-staging-any/PKGBUILD (from rev 649124, perl-data-random/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:55:02 UTC (rev 649126)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Kogan <michael dot kogan at gmx dot net>
+
+pkgname=perl-data-random
+pkgver=0.13
+pkgrel=4
+pkgdesc="Data::Random - Perl module to generate random data"
+arch=('any')
+url="https://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm"
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd' 'perl-yaml-tiny')
+makedepends=('perl-file-sharedir-install' 'perl-test-mocktime')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-$pkgver.tar.gz")
+sha512sums=('7cf3811ee26a3b93a8170cc9c863ad2cf03f5997cabe66cd78646a4d93a6568ef247f636782b8c707c3064120b30609f3562d8654b31e5e31890aa302b03cdb5')
+
+build() {
+  cd Data-Random-$pkgver
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Data-Random-$pkgver
+  make test
+}
+
+package() {
+  cd Data-Random-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list