void-packages/srcpkgs/lxcfs/template

21 lines
572 B
Bash

# Template file for 'lxcfs'
pkgname=lxcfs
version=5.0.2
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=c3df03629ee8955de60a28da7490350ad1eb7aa3134b6917d40ec68ef092d039
make_dirs="/var/lib/lxcfs 0755 root root"
post_install() {
vsv lxcfs
}