void-packages/srcpkgs/cmst/template

24 lines
596 B
Bash
Raw Normal View History

2016-08-16 02:59:19 +02:00
# Template file for 'cmst'
pkgname=cmst
2017-04-08 10:27:58 +02:00
version=2017.03.18
2016-08-16 02:59:19 +02:00
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"
2017-04-08 10:27:58 +02:00
checksum=6b0071d464c33406a9ad6938b04a038ddf677a0a80a9dc82a05c04afd937fec7
2016-08-16 02:59:19 +02:00
2016-11-09 16:27:58 +01:00
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
2016-08-16 02:59:19 +02:00
post_install() {
vlicense text/LICENSE
}