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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:30:30 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:30:30
  Author: foutrelis
Revision: 1213962

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

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

Copied: perl-sys-syscall/repos/community-staging-any/PKGBUILD (from rev 1213961, perl-sys-syscall/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:30:30 UTC (rev 1213962)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-sys-syscall
+pkgver=0.25
+pkgrel=9
+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