ba6c05f646
Update and adopt
19 lines
524 B
Bash
19 lines
524 B
Bash
# Template file for 'lxcfs'
|
|
pkgname=lxcfs
|
|
version=4.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel"
|
|
short_desc="FUSE filesystem for LXC"
|
|
maintainer="Nathan <ndowens@artixlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://linuxcontainers.org/lxcfs/"
|
|
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
|
|
checksum=8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d
|
|
|
|
make_dirs="/var/lib/lxcfs 0755 root root"
|
|
|
|
post_install() {
|
|
vsv lxcfs
|
|
}
|