948c0d3030
Closes: #26220 [via git-merge-pr]
22 lines
569 B
Bash
22 lines
569 B
Bash
# Template file for 'cmst'
|
|
pkgname=cmst
|
|
version=2020.11.01
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake"
|
|
makedepends="qt5-devel"
|
|
depends="connman"
|
|
short_desc="Qt GUI for Connman"
|
|
maintainer="Jonathan Lee <vjon207@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/andrew-bibb/cmst"
|
|
distfiles="https://github.com/andrew-bibb/cmst/archive/${version}.tar.gz"
|
|
checksum=0e445f81afdb51cd288653bc1597488d64846de9cc552f265c5b806716402adb
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense text/LICENSE
|
|
}
|