24 lines
596 B
Bash
24 lines
596 B
Bash
# Template file for 'cmst'
|
|
pkgname=cmst
|
|
version=2019.01.13
|
|
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=22ce22bb3ad7e1b3524a419d491f2da10d8daf1f7a0ed2606711767dd88b773d
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense text/LICENSE
|
|
}
|