New package: docker-machine-driver-kvm-0.10.1
This commit is contained in:
parent
aedb36f08a
commit
1cfa53db88
1 changed files with 20 additions and 0 deletions
20
srcpkgs/docker-machine-driver-kvm/template
Normal file
20
srcpkgs/docker-machine-driver-kvm/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'docker-machine-driver-kvm'
|
||||
pkgname=docker-machine-driver-kvm
|
||||
version=0.10.1
|
||||
revision=1
|
||||
wrksrc="docker-machine-kvm-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/dhiltgen/docker-machine-kvm"
|
||||
go_package="github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm"
|
||||
hostmakedepends="git pkg-config"
|
||||
makedepends="libvirt-devel"
|
||||
short_desc="KVM driver for docker-machine"
|
||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/tdilauro/docker-machine-kvm"
|
||||
distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz"
|
||||
checksum=9059d9b2221417fdba1d33505110b0ad833fe8abdc7314842b677e0241d5c719
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" == "32" ]; then
|
||||
broken="github.com/libvirt/libvirt-go/connect.go:181:77: constant 2147483648 overflows ConnectGetAllDomainStatsFlags"
|
||||
fi
|
Loading…
Add table
Reference in a new issue