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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:31:18 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:31:18
  Author: felixonmars
Revision: 446680

archrelease: copy trunk to staging-any

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

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

Copied: perl-timedate/repos/staging-any/PKGBUILD (from rev 446679, perl-timedate/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 09:31:18 UTC (rev 446680)
@@ -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=4
+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