[arch-commits] Commit in perl-env-shellwords/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat May 25 10:37:46 UTC 2019
Date: Saturday, May 25, 2019 @ 10:37:46
Author: felixonmars
Revision: 470240
archrelease: copy trunk to community-staging-any
Added:
perl-env-shellwords/repos/community-staging-any/
perl-env-shellwords/repos/community-staging-any/PKGBUILD
(from rev 470239, perl-env-shellwords/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-env-shellwords/repos/community-staging-any/PKGBUILD (from rev 470239, perl-env-shellwords/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 10:37:46 UTC (rev 470240)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-env-shellwords
+pkgver=0.02
+pkgrel=2
+pkgdesc="Environment variables for arguments as array"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Env-ShellWords"
+depends=('perl')
+makedepends=('perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Env-ShellWords-$pkgver.tar.gz")
+sha512sums=('33bea16332b5a3a1dbb5fbcff7a184dac3893f444400163d74f79943b3e130d6eebc26c94f761fe77178803e8a124ba4a7fb4b4b3f836adca7ef9193b14eb6fc')
+
+build() {
+ cd Env-ShellWords-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Env-ShellWords-$pkgver
+ make test
+}
+
+package() {
+ cd Env-ShellWords-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list