void-packages/srcpkgs/wifish/template
2015-03-26 23:46:46 -05:00

21 lines
530 B
Bash

# Template file for 'wifish'
pkgname=wifish
version=0.9.4
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=43ca4ed1c2bf6a67d71a0f0ea0e1e7f5376d6aaaa221eb7e07d208a7dead47fc
do_install() {
vbin wifish
vmkdir /var/lib/wifish
vcopy awk/* /var/lib/wifish
vdoc README.md
vlicense LICENSE
vlicense COPYING
}