[arch-commits] Commit in perl-email-date-format/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:30:59 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:30:59
  Author: felixonmars
Revision: 446793

archrelease: copy trunk to staging-any

Added:
  perl-email-date-format/repos/staging-any/
  perl-email-date-format/repos/staging-any/PKGBUILD
    (from rev 446788, perl-email-date-format/trunk/PKGBUILD)

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

Copied: perl-email-date-format/repos/staging-any/PKGBUILD (from rev 446788, perl-email-date-format/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 10:30:59 UTC (rev 446793)
@@ -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=9
+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