Merge pull request #1202 from bougyman/feature/wifish

New package: wifish-0.9.2
This commit is contained in:
bougyman 2015-03-26 16:59:53 -05:00
commit 8e214deb62

20
srcpkgs/wifish/template Normal file
View file

@ -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 <bougyman@rubyists.com>"
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
}