3a16829f90
Closes: #10529 [via git-merge-pr]
23 lines
596 B
Bash
23 lines
596 B
Bash
# Template file for 'cmst'
|
|
pkgname=cmst
|
|
version=2018.01.06
|
|
revision=1
|
|
wrksrc=${pkgname}-${pkgname}-${version}
|
|
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="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=41c9483709b5c8fbbe754847c8309f4bfd5b27b3d4b6e601070c7f42e4350efe
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense text/LICENSE
|
|
}
|