[arch-commits] Commit in perl-mime-base32/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jun 21 10:28:17 UTC 2020
Date: Sunday, June 21, 2020 @ 10:28:16
Author: foutrelis
Revision: 648958
archrelease: copy trunk to community-staging-any
Added:
perl-mime-base32/repos/community-staging-any/
perl-mime-base32/repos/community-staging-any/PKGBUILD
(from rev 648956, perl-mime-base32/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-mime-base32/repos/community-staging-any/PKGBUILD (from rev 648956, perl-mime-base32/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-06-21 10:28:16 UTC (rev 648958)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-mime-base32
+pkgver=1.303
+pkgrel=6
+pkgdesc="Base32 encoder / decoder"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='https://search.cpan.org/dist/MIME-Base32'
+source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/MIME-Base32-$pkgver.tar.gz")
+sha512sums=('48c2541d08976fba154816d4f803cc20d8d51f8a7e4084cd85e23f7559868611adcce133f7dd8728cb21bbec67c325a99e68e36149b4ae3bfae97a6e57f4b806')
+
+build() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ make test
+}
+
+package() {
+ cd "$srcdir"/MIME-Base32-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list