[arch-commits] Commit in perl-timedate/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:30:14 UTC 2021
Date: Monday, May 24, 2021 @ 08:30:14
Author: foutrelis
Revision: 415932
archrelease: copy trunk to staging-any
Added:
perl-timedate/repos/staging-any/
perl-timedate/repos/staging-any/PKGBUILD
(from rev 415931, perl-timedate/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-timedate/repos/staging-any/PKGBUILD (from rev 415931, perl-timedate/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:30:14 UTC (rev 415932)
@@ -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=3
+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