void-packages/srcpkgs/wifish/template
2015-04-01 19:59:52 -05:00

22 lines
543 B
Bash

# Template file for 'wifish'
pkgname=wifish
version=1.0.1
revision=1
depends="wpa_supplicant gawk"
short_desc="Simple wifi tool"
maintainer="bougyman <bougyman@rubyists.com>"
noarch=yes
license="wtfpl"
homepage="http://github.com/bougyman/wifish"
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
checksum=e06d30df5ca1729a810de5b2338b1f6cd80e4bbb54b13dee26f40ea87086f8f3
do_install() {
vbin wifish
vmkdir /var/lib/wifish
vcopy awk/* /var/lib/wifish
vdoc README.md
vdoc FAQ.md
vlicense LICENSE
vlicense COPYING
}