[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Fri Apr 20 07:09:21 UTC 2018


    Date: Friday, April 20, 2018 @ 07:09:20
  Author: felixonmars
Revision: 317113

addpkg: perl-test-mocktime 0.17-1

Added:
  perl-test-mocktime/
  perl-test-mocktime/repos/
  perl-test-mocktime/trunk/
  perl-test-mocktime/trunk/PKGBUILD

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

Added: perl-test-mocktime/trunk/PKGBUILD
===================================================================
--- perl-test-mocktime/trunk/PKGBUILD	                        (rev 0)
+++ perl-test-mocktime/trunk/PKGBUILD	2018-04-20 07:09:20 UTC (rev 317113)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-mocktime
+pkgver=0.17
+pkgrel=1
+pkgdesc="Replaces actual time with simulated time"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-MockTime'
+source=("http://search.cpan.org/CPAN/authors/id/D/DD/DDICK/Test-MockTime-$pkgver.tar.gz")
+sha512sums=('ad73be430e3a483a61209bacf4bfa170d6eec6597d3c0efcf5de167f9c129fbf656581dcdceeba88bd98e530371db2542894ded793f9d46e4155c612e2b7cac5')
+
+build() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: perl-test-mocktime/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list