void-packages/srcpkgs/wifish/template
2015-03-27 22:15:14 -05:00

21 lines
530 B
Bash

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