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

Felix Yan felixonmars at archlinux.org
Wed Oct 14 20:57:25 UTC 2020


    Date: Wednesday, October 14, 2020 @ 20:57:25
  Author: felixonmars
Revision: 723978

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: perl-sys-virt/repos/community-testing-x86_64/PKGBUILD (from rev 723977, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-10-14 20:57:25 UTC (rev 723978)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=6.8.0
+pkgrel=1
+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=('de0148f0adb5c67add57874c1bd194ffdedae00e6dd8a22d1c19f99677c28a72666cc96dd889fd49dbb1e7529b4a1ee1e59c8c6e5a95ad85cc4d043f297b6a26')
+
+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