20 lines
643 B
Bash
20 lines
643 B
Bash
# Template file for 'trident-networkmgr'
|
|
pkgname=trident-networkmgr
|
|
version=2020.06.07
|
|
revision=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}.tar.gz"
|
|
checksum=b25389296d9b2e80c28fe299001be1158442f6a584f2999dce0a20ff29bbea3b
|
|
|
|
post_install() {
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|