22 lines
543 B
Bash
22 lines
543 B
Bash
# Template file for 'wifish'
|
|
pkgname=wifish
|
|
version=1.1.3
|
|
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=937b8523bb80db236a5d5dee8c8f41a7a78583b772dff31a1d305364e4fd60f8
|
|
|
|
do_install() {
|
|
vbin wifish
|
|
vmkdir /var/lib/wifish
|
|
vcopy awk/* /var/lib/wifish
|
|
vdoc README.md
|
|
vdoc FAQ.md
|
|
vlicense LICENSE
|
|
vlicense COPYING
|
|
}
|