[arch-commits] Commit in perl-json-xs/repos (2 files)

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:42:37 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:42:36
  Author: bluewind
Revision: 366424

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-json-xs/repos/community-staging-x86_64/
  perl-json-xs/repos/community-staging-x86_64/PKGBUILD
    (from rev 366423, perl-json-xs/trunk/PKGBUILD)

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

Copied: perl-json-xs/repos/community-staging-x86_64/PKGBUILD (from rev 366423, perl-json-xs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-01 09:42:36 UTC (rev 366424)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=perl-json-xs
+pkgver=3.03
+pkgrel=5
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="http://search.cpan.org/dist/JSON-XS/"
+license=("GPL")
+arch=('x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 'perl-canary-stability')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+sha256sums=('699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e100004f016a702e876dde')
+
+build() {
+  cd  "$srcdir"/JSON-XS-$pkgver
+  PERL_CANARY_STABILITY_NOPROMPT=1 \
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd  "$srcdir"/JSON-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -name '.packlist' -delete && \
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list