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-06 22:22:24 +00:00
version=1.1.2
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-06 22:22:24 +00:00
checksum=52a7fdf2c0eeec855b9cb4d4ebdbb47909a38375456686334c8729bcca87b54c
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
}