[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 8 11:19:48 UTC 2017


    Date: Thursday, June 8, 2017 @ 11:19:48
  Author: felixonmars
Revision: 235407

addpkg: perl-xml-libxml-prettyprint 0.006-1

Added:
  perl-xml-libxml-prettyprint/
  perl-xml-libxml-prettyprint/repos/
  perl-xml-libxml-prettyprint/trunk/
  perl-xml-libxml-prettyprint/trunk/PKGBUILD

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

Added: perl-xml-libxml-prettyprint/trunk/PKGBUILD
===================================================================
--- perl-xml-libxml-prettyprint/trunk/PKGBUILD	                        (rev 0)
+++ perl-xml-libxml-prettyprint/trunk/PKGBUILD	2017-06-08 11:19:48 UTC (rev 235407)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-xml-libxml-prettyprint
+pkgver=0.006
+pkgrel=1
+pkgdesc='Add pleasant whitespace to a DOM tree'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl' 'perl-exporter-tiny' 'perl-xml-libxml')
+checkdepends=('perl-test-warnings')
+url=https://metacpan.org/release/XML-LibXML-PrettyPrint
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/XML-LibXML-PrettyPrint-$pkgver.tar.gz")
+sha512sums=('d00259555cb2cc4bef8e20216798a9f800565cc831098320ffb0b47dc7fbd84d89002ec8b9c6df3808e5c5ddf2ccb2f26a1f3839c57224bc2cccfd0725ad3fcd')
+_ddir="XML-LibXML-PrettyPrint-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: perl-xml-libxml-prettyprint/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list