[arch-commits] Commit in perl-yaml-tiny/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Thu Jun 1 17:52:05 UTC 2017
Date: Thursday, June 1, 2017 @ 17:52:02
Author: bluewind
Revision: 232462
archrelease: copy trunk to community-staging-any
Added:
perl-yaml-tiny/repos/community-staging-any/
perl-yaml-tiny/repos/community-staging-any/PKGBUILD
(from rev 232460, perl-yaml-tiny/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: perl-yaml-tiny/repos/community-staging-any/PKGBUILD (from rev 232460, perl-yaml-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-06-01 17:52:02 UTC (rev 232462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: AUR Perl <aurperl at juster.info>
+# Generator : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-yaml-tiny
+pkgver=1.70
+pkgrel=2
+pkgdesc="Read/Write YAML files with as little code as possible"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
+url='http://search.cpan.org/dist/YAML-Tiny'
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz")
+md5sums=('a475714e8d512aafc410ca4d7a117aa2')
+
+build() {
+ cd "${srcdir}/YAML-Tiny-${pkgver}"
+
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check() {
+ cd "${srcdir}/YAML-Tiny-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${srcdir}/YAML-Tiny-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list