[arch-commits] Commit in perl-time-modules/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:12:04 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:12:04
  Author: foutrelis
Revision: 470048

archrelease: copy trunk to community-staging-any

Added:
  perl-time-modules/repos/community-staging-any/
  perl-time-modules/repos/community-staging-any/PKGBUILD
    (from rev 470046, perl-time-modules/trunk/PKGBUILD)

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

Copied: perl-time-modules/repos/community-staging-any/PKGBUILD (from rev 470046, perl-time-modules/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:12:04 UTC (rev 470048)
@@ -0,0 +1,27 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
+# Contributor: Philippe LUC <philfifi at gmail.com>
+
+pkgname=perl-time-modules
+pkgver=2013.0912
+pkgrel=5
+pkgdesc='Perl time related modules'
+url='http://search.cpan.org/~muir/Time-modules/'
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+arch=('any')
+source=("http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz")
+md5sums=('a4330144e24c356ca4c925d14e5ab06b')
+
+build() {
+  cd Time-modules-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Time-modules-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list