mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
lxd: update to 3.20.
This commit is contained in:
parent
56924b03a2
commit
9664f2a3a6
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lxd'
|
# Template file for 'lxd'
|
||||||
pkgname=lxd
|
pkgname=lxd
|
||||||
version=3.19
|
version=3.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/lxc/lxd
|
go_import_path=github.com/lxc/lxd
|
||||||
|
@ -8,16 +8,15 @@ go_build_tags=libsqlite3
|
||||||
go_package="${go_import_path}/lxd ${go_import_path}/lxc
|
go_package="${go_import_path}/lxd ${go_import_path}/lxc
|
||||||
${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
|
${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="lxc-devel acl-devel dqlite-devel"
|
makedepends="lxc-devel acl-devel dqlite-devel eudev-libudev-devel"
|
||||||
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
|
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
|
||||||
short_desc="Next generation system container manager"
|
short_desc="Next generation system container manager"
|
||||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://linuxcontainers.org/lxd"
|
homepage="https://linuxcontainers.org/lxd"
|
||||||
distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
|
distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
|
||||||
checksum=afc0b0912e5fa977007cfd97805849a3a47564eaaaa1638948081665ad7224c8
|
checksum=fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f
|
||||||
system_groups="lxd"
|
system_groups="lxd"
|
||||||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25807/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
_libdir="/usr/lib/sqlite-replication"
|
_libdir="/usr/lib/sqlite-replication"
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"
|
LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue