[arch-commits] Commit in perl-sort-naturally/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Jun 1 09:15:48 UTC 2017
Date: Thursday, June 1, 2017 @ 09:15:46
Author: foutrelis
Revision: 232040
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 232039, perl-sort-naturally/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-sort-naturally/repos/community-staging-any/PKGBUILD (from rev 232039, perl-sort-naturally/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-06-01 09:15:46 UTC (rev 232040)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname='perl-sort-naturally'
+pkgver=1.03
+pkgrel=2
+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