[arch-commits] Commit in perl-email-date-format/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 08:42:13 UTC 2021
Date: Monday, May 24, 2021 @ 08:42:12
Author: felixonmars
Revision: 416040
archrelease: copy trunk to staging-any
Added:
perl-email-date-format/repos/staging-any/
perl-email-date-format/repos/staging-any/PKGBUILD
(from rev 416038, perl-email-date-format/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-email-date-format/repos/staging-any/PKGBUILD (from rev 416038, perl-email-date-format/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:42:12 UTC (rev 416040)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-email-date-format
+pkgver=1.005
+pkgrel=8
+pkgdesc="produce RFC 2822 date strings"
+arch=('any')
+url="https://search.cpan.org/dist/Email-Date-Format"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-capture-tiny')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz")
+md5sums=('030dcee3bc1a44674900b0132925bd03')
+
+build() {
+ cd Email-Date-Format-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Email-Date-Format-$pkgver
+ make test
+}
+
+package() {
+ cd Email-Date-Format-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list