[arch-commits] Commit in perl-sort-versions/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:33:37 UTC 2021
Date: Monday, May 24, 2021 @ 08:33:37
Author: foutrelis
Revision: 943960
archrelease: copy trunk to community-staging-any
Added:
perl-sort-versions/repos/community-staging-any/
perl-sort-versions/repos/community-staging-any/PKGBUILD
(from rev 943958, perl-sort-versions/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: perl-sort-versions/repos/community-staging-any/PKGBUILD (from rev 943958, perl-sort-versions/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 08:33:37 UTC (rev 943960)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: dracorp aka Piotr Rogoza <piotr dot r dot public at gmail.com>
+
+_author=N/NE/NEILB
+_perlmod=Sort-Versions
+pkgname=perl-sort-versions
+pkgver=1.62
+pkgrel=7
+pkgdesc='Sort::Versions - a perl 5 module for sorting of revision-like numbers'
+arch=('any')
+url="https://search.cpan.org/dist/Sort-Versions/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
+sha512sums=('b30dab96a5a31023af3ecee1857ae7bf5abc45b266294b47abb4f03c332b27825c1139d1a56bf0cfbd538487d28b3be167d83f9f5a93f079717b40157abe4d96')
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+build(){
+ cd "$srcdir/$_perlmod-$pkgver"
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd $_perlmod-$pkgver
+ make test
+}
+
+package() {
+ cd $_perlmod-$pkgver
+ make install DESTDIR="$pkgdir/"
+ # remove perllocal.pod and .packlist
+ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
More information about the arch-commits
mailing list