[arch-commits] Commit in perl-ffi-checklib/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 19 12:49:39 UTC 2021
Date: Wednesday, May 19, 2021 @ 12:49:39
Author: felixonmars
Revision: 415757
archrelease: copy trunk to extra-any
Added:
perl-ffi-checklib/repos/extra-any/PKGBUILD
(from rev 415756, perl-ffi-checklib/trunk/PKGBUILD)
Deleted:
perl-ffi-checklib/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 12:49:27 UTC (rev 415756)
+++ PKGBUILD 2021-05-19 12:49:39 UTC (rev 415757)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ffi-checklib
-pkgver=0.27
-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=('0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7')
-
-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
-}
Copied: perl-ffi-checklib/repos/extra-any/PKGBUILD (from rev 415756, perl-ffi-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 12:49:39 UTC (rev 415757)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ffi-checklib
+pkgver=0.28
+pkgrel=1
+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=('9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a')
+
+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