[arch-commits] Commit in perl-html-template-expr/repos (2 files)

Florian Pritz bluewind at archlinux.org
Wed Aug 1 12:25:56 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:25:55
  Author: bluewind
Revision: 366782

archrelease: copy trunk to community-staging-any

Added:
  perl-html-template-expr/repos/community-staging-any/
  perl-html-template-expr/repos/community-staging-any/PKGBUILD
    (from rev 366781, perl-html-template-expr/trunk/PKGBUILD)

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

Copied: perl-html-template-expr/repos/community-staging-any/PKGBUILD (from rev 366781, perl-html-template-expr/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:25:55 UTC (rev 366782)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-html-template-expr
+pkgver=0.07
+pkgrel=9
+pkgdesc="Perl/CPAN Module HTML::Template::Expr"
+arch=("any")
+url="http://search.cpan.org/dist/HTML-Template-Expr"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-html-template" "perl-parse-recdescent")
+depends=("perl-html-template" "perl-parse-recdescent")
+source=("https://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-Expr-0.07.tar.gz")
+sha256sums=('5c32272e5e96ea9b63f304fab9ce711f0a9027208d1ab2138a473b4d9f09b225')
+
+build() {
+  cd "$srcdir"/HTML-Template-Expr-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Template-Expr-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list