[arch-commits] Commit in perl-sort-naturally/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:04:47 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:04:46
  Author: foutrelis
Revision: 253769

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 253768, perl-sort-naturally/trunk/PKGBUILD)

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

Copied: perl-sort-naturally/repos/community-staging-any/PKGBUILD (from rev 253768, perl-sort-naturally/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:04:46 UTC (rev 253769)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname='perl-sort-naturally'
+pkgver=1.03
+pkgrel=3
+pkgdesc="sort lexically, but sort numeral parts numerically"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Sort-Naturally'
+source=("http://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
+}



More information about the arch-commits mailing list