void-packages/srcpkgs/wifish/template
2015-04-06 17:22:24 -05:00

22 lines
543 B
Bash

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