wifish: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-15 14:09:18 +07:00
parent 8532e9e9f0
commit 6e03b3a995
1 changed files with 4 additions and 6 deletions

View File

@ -1,22 +1,20 @@
# Template file for 'wifish'
pkgname=wifish
version=1.1.4
revision=1
revision=2
depends="wpa_supplicant gawk"
short_desc="Simple wifi tool"
maintainer="bougyman <bougyman@rubyists.com>"
archs=noarch
license="wtfpl"
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
vmkdir var/lib/wifish
vcopy awk/* var/lib/wifish
vdoc README.md
vdoc FAQ.md
vlicense LICENSE
vlicense COPYING
}