diff --git a/srcpkgs/wifish/template b/srcpkgs/wifish/template index 64252790947..a924eb9c485 100644 --- a/srcpkgs/wifish/template +++ b/srcpkgs/wifish/template @@ -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 " -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 }