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