[arch-commits] Commit in perl-encode-locale/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:16:04 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:16:03
Author: bluewind
Revision: 330025
archrelease: copy trunk to staging-any
Added:
perl-encode-locale/repos/staging-any/
perl-encode-locale/repos/staging-any/PKGBUILD
(from rev 330024, perl-encode-locale/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-encode-locale/repos/staging-any/PKGBUILD (from rev 330024, perl-encode-locale/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:16:03 UTC (rev 330025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-encode-locale
+pkgver=1.05
+pkgrel=4
+pkgdesc="Determine the locale encoding"
+arch=('any')
+url="http://search.cpan.org/dist/Encode-Locale"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('1e1632e869cb76e3fdbda0a83a192190ed178d60')
+
+build() {
+ cd Encode-Locale-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Encode-Locale-$pkgver
+ make test
+}
+
+package() {
+ cd Encode-Locale-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list