wifish: remove noarch
This commit is contained in:
parent
8532e9e9f0
commit
6e03b3a995
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'wifish'
|
# Template file for 'wifish'
|
||||||
pkgname=wifish
|
pkgname=wifish
|
||||||
version=1.1.4
|
version=1.1.4
|
||||||
revision=1
|
revision=2
|
||||||
depends="wpa_supplicant gawk"
|
depends="wpa_supplicant gawk"
|
||||||
short_desc="Simple wifi tool"
|
short_desc="Simple wifi tool"
|
||||||
maintainer="bougyman <bougyman@rubyists.com>"
|
maintainer="bougyman <bougyman@rubyists.com>"
|
||||||
archs=noarch
|
license="WTFPL"
|
||||||
license="wtfpl"
|
|
||||||
homepage="http://github.com/bougyman/wifish"
|
homepage="http://github.com/bougyman/wifish"
|
||||||
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
|
distfiles="https://github.com/bougyman/wifish/archive/${version}.tar.gz"
|
||||||
checksum=d90b42a92fa23521adf9ab0a9186c0f4517e71b5a26b3ae0c1f24fd45e1c0c36
|
checksum=d90b42a92fa23521adf9ab0a9186c0f4517e71b5a26b3ae0c1f24fd45e1c0c36
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin wifish
|
vbin wifish
|
||||||
vmkdir /var/lib/wifish
|
vmkdir var/lib/wifish
|
||||||
vcopy awk/* /var/lib/wifish
|
vcopy awk/* var/lib/wifish
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vdoc FAQ.md
|
vdoc FAQ.md
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vlicense COPYING
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue