19 lines
564 B
Bash
19 lines
564 B
Bash
|
# Template file for 'sandboxfs'
|
||
|
pkgname=sandboxfs
|
||
|
version=0.1.0
|
||
|
revision=1
|
||
|
wrksrc="sandboxfs-sandboxfs-${version}"
|
||
|
build_style=cargo
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="fuse-devel"
|
||
|
short_desc="Virtual filesystem for sandboxing"
|
||
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||
|
license="Apache-2.0"
|
||
|
homepage="https://github.com/bazelbuild/sandboxfs"
|
||
|
distfiles="https://github.com/bazelbuild/sandboxfs/archive/sandboxfs-${version}.tar.gz"
|
||
|
checksum=3ecead7fb1587f3c59a47d00980217c4fb1d5cc81b8ee7b6cdd86e98dec5ec8f
|
||
|
|
||
|
post_install() {
|
||
|
vman man/sandboxfs.1
|
||
|
}
|