void-packages/srcpkgs/sandboxfs/template

19 lines
564 B
Bash

# Template file for 'sandboxfs'
pkgname=sandboxfs
version=0.1.1
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=11f574de9ec98227e39ca40ff640f681faf63ec071f1cdb11801a8e8971e9188
post_install() {
vman man/sandboxfs.1
}