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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 15:34:15 UTC 2020


    Date: Sunday, June 21, 2020 @ 15:34:14
  Author: felixonmars
Revision: 649491

archrelease: copy trunk to community-staging-any

Added:
  perl-text-template/repos/community-staging-any/
  perl-text-template/repos/community-staging-any/PKGBUILD
    (from rev 649489, perl-text-template/trunk/PKGBUILD)

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

Copied: perl-text-template/repos/community-staging-any/PKGBUILD (from rev 649489, perl-text-template/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 15:34:14 UTC (rev 649491)
@@ -0,0 +1,32 @@
+# Contributor: Sébastien Luttringer <seblu at archlinux.org>
+
+pkgname=perl-text-template
+pkgver=1.58
+pkgrel=2
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='https://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz")
+sha512sums=('23bf03529c7607806c16573b5c0d08ba0b87cf7eb859538d1944bc13952741a88c15588e8de173053a51640c5bdad99c5cc246a67cc05be7eff32853887fbb11')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list