void-packages/srcpkgs/wpa-cute/template

24 lines
738 B
Bash

# Template file for 'wpa-cute'
pkgname=wpa-cute
version=0.8.3
revision=1
build_wrksrc="src"
build_style=qmake
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="qt5-devel qt5-svg-devel"
depends="wpa_supplicant qt5-svg"
short_desc="Graphical wpa_supplicant front end"
maintainer="Duncaen <duncaen@voidlinux.org>"
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=3f8747a5cace35cfe4d9eb0e28d21468b4675dda94782be67175b48d52355084
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"
}