[arch-commits] Commit in perl-sys-virt/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Aug 19 16:19:29 UTC 2019
Date: Monday, August 19, 2019 @ 16:19:28
Author: felixonmars
Revision: 500190
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 500189, perl-sys-virt/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-sys-virt/repos/community-testing-x86_64/PKGBUILD (from rev 500189, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-08-19 16:19:28 UTC (rev 500190)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=5.6.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=('f2324d880822b8fdb61c29f954aabadbda68a42ee32c19388d5a57083f081a8a55f026f90856a5d160b6394495eeaf53cc1b4f031dc5713df583bcb21c158f11')
+
+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