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