mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
wifish: update to 0.9.9
This commit is contained in:
parent
d55d8b25e1
commit
52f7a47d32
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wifish'
|
# Template file for 'wifish'
|
||||||
pkgname=wifish
|
pkgname=wifish
|
||||||
version=0.9.8
|
version=0.9.9
|
||||||
revision=1
|
revision=1
|
||||||
depends="wpa_supplicant gawk"
|
depends="wpa_supplicant gawk"
|
||||||
short_desc="Simple wifi tool"
|
short_desc="Simple wifi tool"
|
||||||
|
@ -9,13 +9,14 @@ noarch=yes
|
||||||
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=3ed76ca7c6ac131e57553c6185df7ec5ea52a67002add472c4e8d090134cfe8e
|
checksum=49b352a21db820863dcfcfc9e2753987acfda39541a71483ff5514491d61ce13
|
||||||
|
|
||||||
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
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue