19 lines
524 B
Bash
19 lines
524 B
Bash
# Template file for 'lxcfs'
|
|
pkgname=lxcfs
|
|
version=4.0.7
|
|
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=3f28e2f4b04c0090aaf88b72666505f0313768a5254dd48a14c43cf78c543ec8
|
|
|
|
make_dirs="/var/lib/lxcfs 0755 root root"
|
|
|
|
post_install() {
|
|
vsv lxcfs
|
|
}
|