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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:34:19 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:34:19
  Author: foutrelis
Revision: 470374

archrelease: copy trunk to community-staging-any

Added:
  perl-inline-c/repos/community-staging-any/
  perl-inline-c/repos/community-staging-any/PKGBUILD
    (from rev 470373, perl-inline-c/trunk/PKGBUILD)

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

Copied: perl-inline-c/repos/community-staging-any/PKGBUILD (from rev 470373, perl-inline-c/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:34:19 UTC (rev 470374)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inline-c
+pkgver=0.80
+pkgrel=2
+pkgdesc="C Language Support for Inline"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Inline-C"
+depends=('perl-inline' 'perl-parse-recdescent' 'perl-pegex')
+makedepends=('perl-file-copy-recursive' 'perl-test-warn')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/T/TI/TINITA/Inline-C-$pkgver.tar.gz")
+sha512sums=('f68eb9478374ef13a6eb0be6c5adc12ba9c052834ef45db6acc0c794ac295d5b47ffda57dd4d0b15345be96aa21ccaab8bf7e2be0ac0bc4cef73be782a346cf0')
+
+build() {
+  cd Inline-C-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Inline-C-$pkgver
+  make test
+}
+
+package() {
+  cd Inline-C-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list