23a75f899f
This tool is now considered "production ready" upstream.
20 lines
685 B
Bash
20 lines
685 B
Bash
# Template file for 'trident-networkmgr'
|
|
pkgname=trident-networkmgr
|
|
version=2020.04.30
|
|
revision=1
|
|
wrksrc="trident-utilities-${version}.1"
|
|
build_wrksrc="src-qt5/networkmgr"
|
|
build_style=qmake
|
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-devel"
|
|
depends="qsudo"
|
|
short_desc="Graphical network manager from Project Trident"
|
|
maintainer="Ken Moore <ken@project-trident.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/project-trident/trident-utilities"
|
|
distfiles="https://github.com/project-trident/trident-utilities/archive/v${version}.1.tar.gz"
|
|
checksum=386299bca804b4d3a0319d4e5343da859b633a5ec40280645d00e1157d4932bc
|
|
|
|
post_install() {
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|