[arch-commits] Commit in perl-math-base85/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun May 29 12:01:03 UTC 2022
Date: Sunday, May 29, 2022 @ 12:01:03
Author: foutrelis
Revision: 1214659
archrelease: copy trunk to community-staging-any
Added:
perl-math-base85/repos/community-staging-any/
perl-math-base85/repos/community-staging-any/PKGBUILD
(from rev 1214657, perl-math-base85/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: perl-math-base85/repos/community-staging-any/PKGBUILD (from rev 1214657, perl-math-base85/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2022-05-29 12:01:03 UTC (rev 1214659)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-math-base85
+pkgver=0.4
+pkgrel=5
+pkgdesc="Perl/CPAN Module Math::Base85"
+arch=("any")
+url="https://search.cpan.org/dist/Math-Base85"
+license=("GPL" "PerlArtistic")
+source=("https://cpan.metacpan.org/authors/id/P/PT/PTC/Math-Base85-$pkgver.tar.gz")
+sha256sums=('9ea858600f925e1ffc7f0a863b7835892d9899fcf44b3e5090eca3a469b98b0d')
+
+build() {
+ cd "$srcdir"/Math-Base85-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Math-Base85-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list