[arch-commits] Commit in perl-html-template-expr/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 11:34:47 UTC 2021
Date: Monday, May 24, 2021 @ 11:34:46
Author: foutrelis
Revision: 944632
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 944630, 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 944630, perl-html-template-expr/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 11:34:46 UTC (rev 944632)
@@ -0,0 +1,27 @@
+# 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=12
+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
+}
More information about the arch-commits
mailing list