[arch-commits] Commit in perl-tie-simple/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:29:03 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:29:02
  Author: felixonmars
Revision: 389649

archrelease: copy trunk to staging-any

Added:
  perl-tie-simple/repos/staging-any/
  perl-tie-simple/repos/staging-any/PKGBUILD
    (from rev 389648, perl-tie-simple/trunk/PKGBUILD)

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

Copied: perl-tie-simple/repos/staging-any/PKGBUILD (from rev 389648, perl-tie-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-06-21 10:29:02 UTC (rev 389649)
@@ -0,0 +1,27 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=perl-tie-simple
+_realname=Tie-Simple
+pkgver=1.04
+pkgrel=8
+pkgdesc="Variable ties made easier: much, much, much easier..."
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl)
+url="https://metacpan.org/release/$_realname"
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/H/HA/HANENKAMP/$_realname-$pkgver.tar.gz")
+sha256sums=('29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12')
+
+build() {
+  cd $_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list