[arch-commits] Commit in perl-sys-virt/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sun May 29 11:54:25 UTC 2022
Date: Sunday, May 29, 2022 @ 11:54:24
Author: felixonmars
Revision: 1214519
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 1214517, perl-sys-virt/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-sys-virt/repos/community-staging-x86_64/PKGBUILD (from rev 1214517, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-05-29 11:54:24 UTC (rev 1214519)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=7.9.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=('1e9002c87cdeb121042b388f406a15a59b736727554620a1bcd91deb3d96e89bc39f0352d03cf7b07b5fc604add974294f4077dc6c81f72f965d34e1e2d26a4c')
+
+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