[arch-commits] Commit in perl-module-runtime/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:42:14 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:42:14
Author: felixonmars
Revision: 658570
archrelease: copy trunk to community-staging-any
Added:
perl-module-runtime/repos/community-staging-any/
perl-module-runtime/repos/community-staging-any/PKGBUILD
(from rev 658569, perl-module-runtime/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: perl-module-runtime/repos/community-staging-any/PKGBUILD (from rev 658569, perl-module-runtime/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:42:14 UTC (rev 658570)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-module-runtime
+pkgver=0.016
+pkgrel=2
+pkgdesc="runtime module handling"
+arch=('any')
+url="https://search.cpan.org/dist/Module-Runtime/"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-build')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
+sha256sums=('68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024')
+
+build() {
+ cd "$srcdir"/Module-Runtime-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Module-Runtime-$pkgver
+ make install DESTDIR="${pkgdir}"
+ find "$pkgdir" -name perllocal.pod -delete
+ find "$pkgdir" -name .packlist -delete
+}
More information about the arch-commits
mailing list