From aae0129ddcbeec70d2bd18a94532da6ff2f083d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Nov 2014 17:39:16 +0100 Subject: [PATCH] New package: sandfox-1.1.4 (close #571). --- srcpkgs/sandfox/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/sandfox/template diff --git a/srcpkgs/sandfox/template b/srcpkgs/sandfox/template new file mode 100644 index 00000000000..ea378859408 --- /dev/null +++ b/srcpkgs/sandfox/template @@ -0,0 +1,17 @@ +# Template file for 'sandfox' +pkgname=sandfox +version=1.1.4 +revision=1 +noarch=yes +depends="bash inotify-tools lsof" +short_desc="Runs Firefox and other apps in a filesystem sandbox" +maintainer="Juan RP " +license="GPL-3" +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 +}