[arch-commits] Commit in perl-log-log4perl/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 21 10:33:04 UTC 2020
Date: Sunday, June 21, 2020 @ 10:33:03
Author: felixonmars
Revision: 389682
archrelease: copy trunk to staging-any
Added:
perl-log-log4perl/repos/staging-any/
perl-log-log4perl/repos/staging-any/PKGBUILD
(from rev 389681, perl-log-log4perl/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-log-log4perl/repos/staging-any/PKGBUILD (from rev 389681, perl-log-log4perl/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-06-21 10:33:03 UTC (rev 389682)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-log-log4perl
+pkgver=1.49
+pkgrel=7
+pkgdesc='Log4j implementation for Perl'
+arch=('any')
+url="https://metacpan.org/release/Log-Log4perl"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz")
+md5sums=('8e96fb5e236c92445947eceb903326ba')
+
+build() {
+ cd Log-Log4perl-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Log-Log4perl-$pkgver
+ make test
+}
+
+package() {
+ cd Log-Log4perl-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list