vp-build/srcpkgs/wpa-cute/template

24 lines
716 B
Bash

# 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 <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=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"
}