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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:44:27 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:44:27
  Author: foutrelis
Revision: 366434

archrelease: copy trunk to community-staging-any

Added:
  perl-super/repos/community-staging-any/
  perl-super/repos/community-staging-any/PKGBUILD
    (from rev 366433, perl-super/trunk/PKGBUILD)

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

Copied: perl-super/repos/community-staging-any/PKGBUILD (from rev 366433, perl-super/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:44:27 UTC (rev 366434)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org> 
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-super
+pkgver=1.20141117
+pkgrel=4
+pkgdesc="Control superclass method dispatch"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-sub-identify')
+url='http://search.cpan.org/dist/SUPER'
+source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-$pkgver.tar.gz")
+sha512sums=('c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0')
+
+build() {
+  cd "$srcdir/SUPER-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/SUPER-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/SUPER-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list