[arch-commits] Commit in perl-timedate/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:16:40 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:16:39
  Author: felixonmars
Revision: 389608

archrelease: copy trunk to staging-any

Added:
  perl-timedate/repos/staging-any/
  perl-timedate/repos/staging-any/PKGBUILD
    (from rev 389607, perl-timedate/trunk/PKGBUILD)

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

Copied: perl-timedate/repos/staging-any/PKGBUILD (from rev 389607, perl-timedate/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-06-21 10:16:39 UTC (rev 389608)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+pkgver=2.33
+pkgrel=2
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/TimeDate/"
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/A/AT/ATOOMIC/TimeDate-$pkgver.tar.gz")
+sha512sums=('a3a20a0d9439e68bf621c66fad0598e6257345727be79c87c7cc99994b3a58eb738787fedb720beb069e9758ad1347c15313f64411806dd0f4dfbcca5061c820')
+
+build() {
+  cd TimeDate-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd TimeDate-$pkgver
+  make test
+}
+
+package() {
+  cd TimeDate-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list