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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 13:54:27 UTC 2017


    Date: Saturday, August 26, 2017 @ 13:54:26
  Author: foutrelis
Revision: 303962

archrelease: copy trunk to staging-any

Added:
  perl-yaml/repos/staging-any/
  perl-yaml/repos/staging-any/PKGBUILD
    (from rev 303961, perl-yaml/trunk/PKGBUILD)

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

Copied: perl-yaml/repos/staging-any/PKGBUILD (from rev 303961, perl-yaml/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-08-26 13:54:26 UTC (rev 303962)
@@ -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=3
+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