[arch-commits] Commit in perl-inline-c/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun May 29 11:13:48 UTC 2022
Date: Sunday, May 29, 2022 @ 11:13:48
Author: foutrelis
Revision: 1214285
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 1214284, perl-inline-c/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-inline-c/repos/community-staging-any/PKGBUILD (from rev 1214284, perl-inline-c/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2022-05-29 11:13:48 UTC (rev 1214285)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inline-c
+pkgver=0.82
+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/E/ET/ETJ/Inline-C-$pkgver.tar.gz")
+sha512sums=('1d1e91a63df12b4f3dc631fd1b66f9bd2e006b300002d9aa184ab571a128953722127400a39055d07ee630709f2a7c96dd35ad6e0860959cbb5a6fce3134b357')
+
+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