[arch-commits] Commit in perl-sys-virt/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 11:26:19 UTC 2021
Date: Monday, May 24, 2021 @ 11:26:19
Author: foutrelis
Revision: 944447
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 944446, perl-sys-virt/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: perl-sys-virt/repos/community-staging-x86_64/PKGBUILD (from rev 944446, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-05-24 11:26:19 UTC (rev 944447)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=6.8.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=('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