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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:04:45 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:04:45
  Author: felixonmars
Revision: 446814

archrelease: copy trunk to staging-any

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

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

Copied: perl-mime-lite/repos/staging-any/PKGBUILD (from rev 446813, perl-mime-lite/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 11:04:45 UTC (rev 446814)
@@ -0,0 +1,30 @@
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mime-lite
+pkgver=3.033
+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")
+sha512sums=('315fbe01a432e67953305fb1db70aa337d3c7e1710087196535e108fbb516cf868a277acc693afbbc34ffa135386c6a784ddf4c1de0359fbe6c6339b26aac878')
+
+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