[arch-commits] Commit in perl-env-shellwords/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:13:03 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:13:03
  Author: felixonmars
Revision: 1214271

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 1214270, perl-env-shellwords/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: perl-env-shellwords/repos/community-staging-any/PKGBUILD (from rev 1214270, perl-env-shellwords/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:13:03 UTC (rev 1214271)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-env-shellwords
+pkgver=0.02
+pkgrel=5
+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