[arch-commits] Commit in perl-email-date-format/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Jun 21 10:37:34 UTC 2020
Date: Sunday, June 21, 2020 @ 10:37:33
Author: felixonmars
Revision: 389711
archrelease: copy trunk to staging-any
Added:
perl-email-date-format/repos/staging-any/
perl-email-date-format/repos/staging-any/PKGBUILD
(from rev 389709, perl-email-date-format/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-email-date-format/repos/staging-any/PKGBUILD (from rev 389709, perl-email-date-format/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-06-21 10:37:33 UTC (rev 389711)
@@ -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=7
+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