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