From a35ae159d262f867de4b1c12250baae947b6e512 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 1 Sep 2019 19:10:51 +0200 Subject: [PATCH] New package: wpa-cute-0.8.1 --- srcpkgs/wpa-cute/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/wpa-cute/template 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" +}