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

Felix Yan felixonmars at archlinux.org
Sat Jul 13 01:48:38 UTC 2019


    Date: Saturday, July 13, 2019 @ 01:48:37
  Author: felixonmars
Revision: 489274

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 489273, perl-sys-virt/trunk/PKGBUILD)

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

Copied: perl-sys-virt/repos/community-testing-x86_64/PKGBUILD (from rev 489273, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-07-13 01:48:37 UTC (rev 489274)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=5.5.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=('f8e2beaccf48e5c35999c7a27f90f491102e4bc4600a67a9cc5f202dcd0f56834c0c4c311c74c7f45f31d6ba544efc990129ebe3b7c027a1e17bb934337546fb')
+
+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