vp-build/srcpkgs/sandfox/template

17 lines
503 B
Bash

# Template file for 'sandfox'
pkgname=sandfox
version=1.1.4
revision=3
depends="bash inotify-tools lsof"
short_desc="Runs Firefox and other apps in a filesystem sandbox"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="http://igurublog.wordpress.com/downloads/script-sandfox/"
distfiles="https://github.com/IgnorantGuru/sandfox/archive/${version}.tar.gz"
checksum=20c6818cb36bb97e9ae4b0c370f80df551eeb852f83ed91298a81705bcedeafe
do_install() {
vbin sandfox
vdoc README
}