void-packages/srcpkgs/lxcfs/template
2019-10-31 21:27:09 +01:00

19 lines
524 B
Bash

# Template file for 'lxcfs'
pkgname=lxcfs
version=3.1.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
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=f165ac6c2c149280e546b0eeca25a5b472036a58878e8c2799eb36e7ebd6b51a
make_dirs="/var/lib/lxcfs 0755 root root"
post_install() {
vsv lxcfs
}