[arch-commits] Commit in perl-test-nowarnings/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:12:11 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:12:11
Author: felixonmars
Revision: 658368
archrelease: copy trunk to community-staging-any
Added:
perl-test-nowarnings/repos/community-staging-any/
perl-test-nowarnings/repos/community-staging-any/PKGBUILD
(from rev 658367, perl-test-nowarnings/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-test-nowarnings/repos/community-staging-any/PKGBUILD (from rev 658367, perl-test-nowarnings/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:12:11 UTC (rev 658368)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-nowarnings
+pkgver=1.04
+pkgrel=6
+pkgdesc="Make sure you didn't emit any warnings while testing "
+arch=('any')
+url="https://search.cpan.org/dist/Test-NoWarnings"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-simple')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-$pkgver.tar.gz)
+md5sums=('682ed043f7d3e38f3dfd8745fd21c49a')
+
+build() {
+ cd "$srcdir"/Test-NoWarnings-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Test-NoWarnings-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list