void-packages/srcpkgs/wpa_gui/template
2018-12-03 13:23:24 +01:00

24 lines
773 B
Bash

# Template file for 'wpa_gui'
pkgname=wpa_gui
version=2.7
revision=1
wrksrc="wpa_supplicant-${version}"
build_wrksrc="wpa_supplicant/wpa_gui-qt4"
build_style=qmake
hostmakedepends="qt5-devel"
makedepends="qt5-devel"
depends="wpa_supplicant desktop-file-utils"
short_desc="WPA/WPA2/IEEE 802.1X Supplicant -- Graphical User Interface"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://w1.fi/wpa_supplicant/"
distfiles="https://w1.fi/releases/wpa_supplicant-${version}.tar.gz"
checksum=76ea6b06b7a2ea8e6d9eb1a9166166f1656e6d48c7508914f592100c95c73074
do_install() {
vbin wpa_gui
vman ../doc/docbook/wpa_gui.8
vlicense ../../README
vinstall wpa_gui.desktop 644 usr/share/applications
vinstall icons/wpa_gui.svg 644 usr/share/pixmaps
}