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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:04:48 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:04:47
  Author: felixonmars
Revision: 1214227

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 1214226, perl-data-random/trunk/PKGBUILD)

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

Copied: perl-data-random/repos/community-staging-any/PKGBUILD (from rev 1214226, perl-data-random/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:04:47 UTC (rev 1214227)
@@ -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=6
+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