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

Felix Yan felixonmars at archlinux.org
Sat May 16 11:37:12 UTC 2020


    Date: Saturday, May 16, 2020 @ 11:37:12
  Author: felixonmars
Revision: 384322

archrelease: copy trunk to staging-any

Added:
  perl-mime-lite/repos/staging-any/
  perl-mime-lite/repos/staging-any/PKGBUILD
    (from rev 384321, perl-mime-lite/trunk/PKGBUILD)

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

Copied: perl-mime-lite/repos/staging-any/PKGBUILD (from rev 384321, perl-mime-lite/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-16 11:37:12 UTC (rev 384322)
@@ -0,0 +1,30 @@
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mime-lite
+pkgver=3.031
+pkgrel=2
+pkgdesc="Perl module that provides lightweight MIME generator"
+arch=('any')
+url="https://search.cpan.org/dist/MIME-Lite/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${pkgver}.tar.gz")
+md5sums=('4ff72d8dd5811b8538825fca4b0f133e')
+
+build() {
+  cd MIME-Lite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Lite-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Lite-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list