From dbd1de6147a1c11c92dde19b237abade5bb6d381 Mon Sep 17 00:00:00 2001 From: bougyman Date: Thu, 26 Mar 2015 16:51:46 -0500 Subject: [PATCH] New package: wifish-0.9.2 --- srcpkgs/wifish/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/wifish/template diff --git a/srcpkgs/wifish/template b/srcpkgs/wifish/template new file mode 100644 index 00000000000..cc5666b1790 --- /dev/null +++ b/srcpkgs/wifish/template @@ -0,0 +1,20 @@ +# Template file for 'wifish' +pkgname=wifish +version=0.9.2 +revision=1 +depends="wpa_supplicant gawk" +short_desc="Simple wifi tool" +maintainer="bougyman " +license="wtfpl" +homepage="http://github.com/bougyman/wifish" +distfiles="https://github.com/bougyman/wifish/archive/0.9.2.tar.gz" +checksum=08952f10007265c7c0ec2810bd59457f182541b58a681a96cfce1f227df18e73 + +do_install() { + vbin wifish + vmkdir /var/lib/wifish + vcopy awk/* /var/lib/wifish + vdoc README.md + vlicense LICENSE + vlicense COPYING +}