New package: wpa-cute-0.8.1
This commit is contained in:
parent
04b398d4d6
commit
a35ae159d2
1 changed files with 23 additions and 0 deletions
23
srcpkgs/wpa-cute/template
Normal file
23
srcpkgs/wpa-cute/template
Normal file
|
@ -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 <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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue