void-packages/srcpkgs/lxd/template
iaroki e08cb8ad70
lxd: update to 3.1
Closes #14638.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-25 14:38:39 +02:00

23 lines
804 B
Bash

# Template file for 'lxd'
pkgname=lxd
version=3.1
revision=1
build_style=go
go_import_path="github.com/lxc/lxd"
go_package="${go_import_path}/lxd ${go_import_path}/lxc"
hostmakedepends="git bzr pkg-config"
makedepends="lxc-devel acl-devel"
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
short_desc="LXD is a next generation system container manager"
maintainer="iaroki <iaroki@protonmail.com>"
license="Apache-2.0"
homepage="https://linuxcontainers.org/lxd"
distfiles="https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
checksum=bcfe2661d97af0dcc0ac5de8407b6e24de8615e6b7881bd4bf8e9c59fefc673f
system_groups="lxd"
post_install() {
vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
vlicense COPYING LICENSE
vsv lxd
}