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