Date: Sunday, June 21, 2020 @ 16:12:27
  Author: felixonmars
Revision: 649678

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 649677, perl-html-template-expr/trunk/PKGBUILD)

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

Copied: perl-html-template-expr/repos/community-staging-any/PKGBUILD (from rev 
649677, perl-html-template-expr/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-06-21 16:12:27 UTC (rev 649678)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-html-template-expr
+pkgver=0.07
+pkgrel=11
+pkgdesc="Perl/CPAN Module HTML::Template::Expr"
+arch=("any")
+url="https://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
+}

Reply via email to