void-packages/srcpkgs/lxd/template
iaroki 70a9bc24e5 New package: lxd-2.20
Closes: #9915 [via git-merge-pr]
2017-12-26 09:38:58 +01:00

23 lines
811 B
Bash

# Template file for 'lxd'
pkgname=lxd
version=2.20
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 liblxc 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=0b715c65787d256213cf7e1576f502383bf267fc4d06476fcce016ef3df89cac
system_groups="lxd"
post_install() {
vinstall config/bash/lxd-client 644 /usr/share/bash-completion/completions lxd
vlicense COPYING LICENSE
vsv lxd
}