void-packages/srcpkgs/wifish/template

23 lines
543 B
Bash
Raw Normal View History

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