[arch-commits] Commit in perl-shell-guess/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:32:13 UTC 2021


    Date: Monday, May 24, 2021 @ 08:32:13
  Author: foutrelis
Revision: 943926

archrelease: copy trunk to community-staging-any

Added:
  perl-shell-guess/repos/community-staging-any/
  perl-shell-guess/repos/community-staging-any/PKGBUILD
    (from rev 943922, perl-shell-guess/trunk/PKGBUILD)

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

Copied: perl-shell-guess/repos/community-staging-any/PKGBUILD (from rev 943922, perl-shell-guess/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:32:13 UTC (rev 943926)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-shell-guess
+pkgver=0.09
+pkgrel=4
+pkgdesc="Make an educated guess about the shell in use"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Shell-Guess"
+depends=('perl')
+checkdepends=('tcsh')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-$pkgver.tar.gz")
+sha512sums=('60d8b315491cd10eb2cb1c3941db6369d93148e0bd500c72bc082b1673624dead6485d4238e241127c3a04a0f776222fbb90a40af6a327ed9e2988852fff544e')
+
+build() {
+  cd Shell-Guess-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Shell-Guess-$pkgver
+  make test
+}
+
+package() {
+  cd Shell-Guess-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list