Date: Sunday, June 21, 2020 @ 16:16:44
  Author: foutrelis
Revision: 649716

archrelease: copy trunk to community-staging-any

Added:
  perl-sort-naturally/repos/community-staging-any/
  perl-sort-naturally/repos/community-staging-any/PKGBUILD
    (from rev 649715, perl-sort-naturally/trunk/PKGBUILD)

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

Copied: perl-sort-naturally/repos/community-staging-any/PKGBUILD (from rev 
649715, perl-sort-naturally/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-06-21 16:16:44 UTC (rev 649716)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname='perl-sort-naturally'
+pkgver=1.03
+pkgrel=6
+pkgdesc="sort lexically, but sort numeral parts numerically"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='https://search.cpan.org/dist/Sort-Naturally'
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Sort-Naturally-$pkgver.tar.gz";)
+md5sums=('fef2e36d1b1ea23ee79ec68b5872453f')
+
+build() {
+  cd "$srcdir"/Sort-Naturally-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/Sort-Naturally-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}

Reply via email to