11# Template file for 'incus'
22pkgname=incus
3- version=6.15 .0
3+ version=6.17 .0
44revision=1
55build_style=go
66build_helper=qemu
@@ -11,14 +11,14 @@ make_check_args="-skip TestConvertNetworkConfig"
1111hostmakedepends="pkg-config"
1212makedepends="lxc-devel acl-devel cowsql-devel raft-devel
1313 libcap-devel libuv-devel sqlite-devel eudev-libudev-devel"
14- depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables attr-progs
15- ${pkgname}-client-${version}_${revision}"
14+ depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq nftables
15+ attr-progs ${pkgname}-client-${version}_${revision}"
1616short_desc="Powerful system container and virtual machine manager"
1717maintainer="dkwo <npiazza@disroot.org>"
1818license="Apache-2.0"
1919homepage="https://linuxcontainers.org/incus"
2020distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
21- checksum=49091d8d16d21e2e891c82b19abfd860a1aa2bbcc3fb35e7d21f6ff6a9850abb
21+ checksum=19bcceaab1fad128ae1b91de4f4a3526ec77097de4df0cff057832d6fccb2404
2222system_groups="_incus-admin _incus"
2323make_dirs="
2424 /var/lib/incus 0755 root root
@@ -30,7 +30,6 @@ export GOFLAGS="-buildmode=pie"
3030post_build() {
3131 CGO_ENABLED=0 go install -p "${XBPS_MAKEJOBS}" -v -tags netgo -buildmode=default "${go_import_path}/cmd/incus-migrate"
3232 CGO_ENABLED=0 go install -p "${XBPS_MAKEJOBS}" -v -tags agent,netgo -buildmode=default "${go_import_path}/cmd/incus-agent"
33- cd cmd/lxd-to-incus && go install -v ./
3433}
3534
3635post_install() {
@@ -53,8 +52,6 @@ post_install() {
5352 for _shell in bash fish zsh; do
5453 vtargetrun ${_incus} completion ${_shell} > scripts/${_shell}-completion
5554 done
56-
57- vdoc "${FILESDIR}/README.voidlinux"
5855}
5956
6057incus-client_package() {
0 commit comments