[arch-commits] Commit in perl-mozilla-ca/repos (staging-any staging-any/PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 09:10:30 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:10:29
  Author: bluewind
Revision: 297141

archrelease: copy trunk to staging-any

Added:
  perl-mozilla-ca/repos/staging-any/
  perl-mozilla-ca/repos/staging-any/PKGBUILD
    (from rev 297140, perl-mozilla-ca/trunk/PKGBUILD)

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

Copied: perl-mozilla-ca/repos/staging-any/PKGBUILD (from rev 297140, perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 09:10:29 UTC (rev 297141)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-mozilla-ca
+pkgver=20160104
+pkgrel=2
+pkgdesc="Mozilla's CA cert bundle in PEM format"
+arch=('any')
+license=('GPL2' 'LGPL2.1')
+options=('!emptydirs')
+depends=('perl')
+url='https://metacpan.org/release/Mozilla-CA'
+source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
+md5sums=('1b91edb15953a8188f011ab5ff433300')
+
+build() (
+  cd Mozilla-CA-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+)
+
+check() (
+  cd Mozilla-CA-$pkgver
+  make test
+)
+
+package() (
+  cd Mozilla-CA-$pkgver
+  make install DESTDIR="$pkgdir"
+)
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list