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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:50:17 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:50:17
  Author: foutrelis
Revision: 303850

archrelease: copy trunk to staging-any

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

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

Copied: perl-mozilla-ca/repos/staging-any/PKGBUILD (from rev 303849, perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-08-26 11:50:17 UTC (rev 303850)
@@ -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=3
+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