20 lines
522 B
Bash
20 lines
522 B
Bash
# Template file for 'lxcfs'
|
|
pkgname=lxcfs
|
|
version=3.0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel"
|
|
short_desc="FUSE filesystem for LXC"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://linuxcontainers.org/lxcfs/"
|
|
license="Apache-2.0"
|
|
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
|
|
checksum=f131f2addb0aa4b7256c59800b2528075dfbb5852a71057827f49c2411f2d939
|
|
|
|
make_dirs="var/lib/lxcfs 0755 root root"
|
|
|
|
post_install() {
|
|
vsv lxcfs
|
|
}
|