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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:31:13 UTC 2021


    Date: Monday, May 24, 2021 @ 08:31:13
  Author: foutrelis
Revision: 943900

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 943899, perl-sys-syscall/trunk/PKGBUILD)

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

Copied: perl-sys-syscall/repos/community-staging-any/PKGBUILD (from rev 943899, perl-sys-syscall/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:31:13 UTC (rev 943900)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-sys-syscall
+pkgver=0.25
+pkgrel=8
+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