diff --git a/srcpkgs/wpa-cute/template b/srcpkgs/wpa-cute/template new file mode 100644 index 00000000000..bc09dfff743 --- /dev/null +++ b/srcpkgs/wpa-cute/template @@ -0,0 +1,23 @@ +# Template file for 'wpa-cute' +pkgname=wpa-cute +version=0.8.1 +revision=1 +build_wrksrc="src" +build_style=qmake +hostmakedepends="qt5-host-tools qt5-qmake" +makedepends="qt5-devel" +depends="wpa_supplicant" +short_desc="Graphical wpa_supplicant front end" +maintainer="Duncaen " +license="BSD-3-Clause" +homepage="https://github.com/loh-tar/wpa-cute" +distfiles="https://github.com/loh-tar/wpa-cute/archive/v${version}.tar.gz" +checksum=42e79dbfd4b190c7679e0df9b7d8365682c9e9a513312833599f5705004e79b7 + +do_install() { + vbin wpa-cute + vman "${wrksrc}/doc/wpa-cute.8" + vinstall icons/wpa_gui.svg 644 /usr/share/pixmaps + vinstall wpa-cute.desktop 644 /usr/share/applications + vlicense "${wrksrc}/COPYING" +}