[arch-commits] Commit in perl-yaml/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Thu Jun 1 18:18:35 UTC 2017
Date: Thursday, June 1, 2017 @ 18:18:34
Author: bluewind
Revision: 297319
archrelease: copy trunk to staging-any
Added:
perl-yaml/repos/staging-any/
perl-yaml/repos/staging-any/PKGBUILD
(from rev 297318, perl-yaml/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-yaml/repos/staging-any/PKGBUILD (from rev 297318, perl-yaml/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2017-06-01 18:18:34 UTC (rev 297319)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-yaml
+pkgver=1.23
+pkgrel=2
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('2071a4bf5ec67daed81148d3671a3f8022bc04f2')
+
+build() {
+ cd YAML-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd YAML-${pkgver}
+ make test
+}
+
+package() {
+ cd YAML-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list