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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:24:00 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:23:59
  Author: felixonmars
Revision: 648916

archrelease: copy trunk to community-staging-any

Added:
  perl-sys-syscall/repos/community-staging-any/
  perl-sys-syscall/repos/community-staging-any/PKGBUILD
    (from rev 648915, perl-sys-syscall/trunk/PKGBUILD)

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

Copied: perl-sys-syscall/repos/community-staging-any/PKGBUILD (from rev 648915, perl-sys-syscall/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:23:59 UTC (rev 648916)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-sys-syscall
+pkgver=0.25
+pkgrel=7
+pkgdesc="Perl/CPAN Module Sys::Syscall"
+arch=("any")
+url="https://search.cpan.org/dist/Sys-Syscall/"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-$pkgver.tar.gz")
+depends=("perl")
+md5sums=('720a9ec5f67f867814a9011b2a725763')
+
+build() {
+  cd "$srcdir"/Sys-Syscall-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Sys-Syscall-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list