void-packages/srcpkgs/cmst/template
2017-04-08 10:27:58 +02:00

24 lines
596 B
Bash

# Template file for 'cmst'
pkgname=cmst
version=2017.03.18
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=6b0071d464c33406a9ad6938b04a038ddf677a0a80a9dc82a05c04afd937fec7
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
post_install() {
vlicense text/LICENSE
}