Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/lxcfs/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'lxcfs'
pkgname=lxcfs
version=6.0.3
version=7.0.0
revision=1
build_style=meson
configure_args="-Dinit-script="
hostmakedepends="pkg-config python3-Jinja2 help2man"
makedepends="fuse-devel"
makedepends="fuse3-devel"
short_desc="FUSE filesystem for LXC"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://linuxcontainers.org/lxcfs/"
Comment thread
xJayMorex marked this conversation as resolved.
changelog="https://github.com/lxc/lxcfs/releases"
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
checksum=886484d4a74d33dfa285635d5ebef20b0686a64901d23e00dc0f4496c10c1114
checksum=89a5ac0e98cfae6aad26d00e0e977affe810865ebccd4c4cf9422f980ade5624

make_dirs="/var/lib/lxcfs 0755 root root"

Expand Down