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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:23:48 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:23:47
  Author: foutrelis
Revision: 253821

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 253820, perl-text-template/trunk/PKGBUILD)

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

Copied: perl-text-template/repos/community-staging-any/PKGBUILD (from rev 253820, perl-text-template/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:23:47 UTC (rev 253821)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Sébastien Luttringer <seblu at archlinux.org>
+
+pkgname=perl-text-template
+pkgver=1.47
+pkgrel=3
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='http://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz")
+md5sums=('8929caccface52375e162d200e328131')
+
+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