void-packages/srcpkgs/wifish/template

23 lines
543 B
Bash
Raw Normal View History

2015-03-26 21:51:46 +00:00
# Template file for 'wifish'
pkgname=wifish
2015-04-09 22:41:36 +00:00
version=1.1.3
2015-03-26 21:51:46 +00:00
revision=1
depends="wpa_supplicant gawk"
short_desc="Simple wifi tool"
maintainer="bougyman <bougyman@rubyists.com>"
2015-03-27 04:46:46 +00:00
noarch=yes
2015-03-26 21:51:46 +00:00
license="wtfpl"
homepage="http://github.com/bougyman/wifish"
2015-03-27 02:46:27 +00:00
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
2015-04-09 22:41:36 +00:00
checksum=937b8523bb80db236a5d5dee8c8f41a7a78583b772dff31a1d305364e4fd60f8
2015-03-26 21:51:46 +00:00
do_install() {
vbin wifish
vmkdir /var/lib/wifish
vcopy awk/* /var/lib/wifish
vdoc README.md
2015-03-29 14:43:55 +00:00
vdoc FAQ.md
2015-03-26 21:51:46 +00:00
vlicense LICENSE
vlicense COPYING
}