21 lines
572 B
Bash
21 lines
572 B
Bash
# Template file for 'lxcfs'
|
|
pkgname=lxcfs
|
|
version=6.0.3
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dinit-script="
|
|
hostmakedepends="pkg-config python3-Jinja2 help2man"
|
|
makedepends="fuse-devel"
|
|
short_desc="FUSE filesystem for LXC"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://linuxcontainers.org/lxcfs/"
|
|
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
|
|
checksum=886484d4a74d33dfa285635d5ebef20b0686a64901d23e00dc0f4496c10c1114
|
|
|
|
make_dirs="/var/lib/lxcfs 0755 root root"
|
|
|
|
post_install() {
|
|
vsv lxcfs
|
|
}
|