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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:10:44 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:10:43
  Author: felixonmars
Revision: 649658

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-sys-virt/repos/community-staging-x86_64/
  perl-sys-virt/repos/community-staging-x86_64/PKGBUILD
    (from rev 649655, perl-sys-virt/trunk/PKGBUILD)

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

Copied: perl-sys-virt/repos/community-staging-x86_64/PKGBUILD (from rev 649655, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 16:10:43 UTC (rev 649658)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=6.3.0
+pkgrel=2
+pkgdesc="Represent and manage a libvirt hypervisor connection"
+arch=('x86_64')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Sys-Virt"
+depends=('libvirt' 'perl')
+makedepends=('perl-cpan-changes' 'perl-module-build' 'perl-xml-xpath' 'perl-test-pod'
+             'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz")
+sha512sums=('7f224523cd08838b00b4e06b729a0cfc9570d3be469d251c114f60832cc024f4ad61d8836d7ad0e85284961f227fe2ded1ac5a891465a1d62d4e14389ad3e8e2')
+
+build() {
+  cd Sys-Virt-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Sys-Virt-v$pkgver
+  make test
+}
+
+package() {
+  cd Sys-Virt-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list