[arch-commits] Commit in perl-ffi-checklib/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 10:47:46 UTC 2019
Date: Saturday, May 25, 2019 @ 10:47:46
Author: foutrelis
Revision: 354186
archrelease: copy trunk to staging-any
Added:
perl-ffi-checklib/repos/staging-any/
perl-ffi-checklib/repos/staging-any/PKGBUILD
(from rev 354185, perl-ffi-checklib/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-ffi-checklib/repos/staging-any/PKGBUILD (from rev 354185, perl-ffi-checklib/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2019-05-25 10:47:46 UTC (rev 354186)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ffi-checklib
+pkgver=0.24
+pkgrel=2
+pkgdesc="Check that a library is available for FFI"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/FFI-CheckLib"
+depends=('perl')
+checkdepends=('perl-test-exit' 'perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz")
+sha512sums=('5036c80c5f76a447ffeec017b69253f89c5dc44ec07c97ec48ebf03e4e5f5cae970aa6a1f1ecc865f568cf84ca85cd73212d4763f79791eadcf1c8d676689000')
+
+build() {
+ cd FFI-CheckLib-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd FFI-CheckLib-$pkgver
+ make test
+}
+
+package() {
+ cd FFI-CheckLib-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list