[arch-commits] Commit in (4 files)

Florian Pritz bluewind at archlinux.org
Wed Feb 7 22:15:13 UTC 2018


    Date: Wednesday, February 7, 2018 @ 22:15:12
  Author: bluewind
Revision: 290088

Add perl-app-borgrestore dep

Added:
  perl-number-bytes-human/
  perl-number-bytes-human/repos/
  perl-number-bytes-human/trunk/
  perl-number-bytes-human/trunk/PKGBUILD

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

Added: perl-number-bytes-human/trunk/PKGBUILD
===================================================================
--- perl-number-bytes-human/trunk/PKGBUILD	                        (rev 0)
+++ perl-number-bytes-human/trunk/PKGBUILD	2018-02-07 22:15:12 UTC (rev 290088)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-number-bytes-human
+pkgver=0.11
+pkgrel=1
+pkgdesc='Convert byte count to human readable format'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Number-Bytes-Human
+source=("http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Number-Bytes-Human-$pkgver.tar.gz")
+md5sums=(43d2c86a55924aa71535a41de0311efd)
+sha512sums=(045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936)
+_ddir="Number-Bytes-Human-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list