[arch-commits] Commit in perl-test-yaml/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Aug 26 12:03:04 UTC 2017
Date: Saturday, August 26, 2017 @ 12:03:03
Author: foutrelis
Revision: 253927
archrelease: copy trunk to community-staging-any
Added:
perl-test-yaml/repos/community-staging-any/
perl-test-yaml/repos/community-staging-any/PKGBUILD
(from rev 253926, perl-test-yaml/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-test-yaml/repos/community-staging-any/PKGBUILD (from rev 253926, perl-test-yaml/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-08-26 12:03:03 UTC (rev 253927)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-yaml
+pkgver=1.06
+pkgrel=3
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="http://search.cpan.org/dist/Test-YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz")
+sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
+
+build() {
+ cd Test-YAML-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Test-YAML-${pkgver}
+ make test
+}
+
+package() {
+ cd Test-YAML-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list