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