21 lines
519 B
Bash
21 lines
519 B
Bash
# Template file for 'wifish'
|
|
pkgname=wifish
|
|
version=0.9.3
|
|
revision=1
|
|
depends="wpa_supplicant gawk"
|
|
short_desc="Simple wifi tool"
|
|
maintainer="bougyman <bougyman@rubyists.com>"
|
|
license="wtfpl"
|
|
homepage="http://github.com/bougyman/wifish"
|
|
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
|
|
checksum=30236a93635aacb2371492b037572c2ac4f2897df1edd5e588b7e2c283262d0c
|
|
|
|
do_install() {
|
|
vbin wifish
|
|
vmkdir /var/lib/wifish
|
|
vcopy awk/* /var/lib/wifish
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
vlicense COPYING
|
|
}
|