cmst: fix cross

This commit is contained in:
Juergen Buchmueller 2016-11-09 16:27:58 +01:00
parent e1b6eefe20
commit 0a246ec065

View file

@ -14,6 +14,10 @@ homepage="https://github.com/andrew-bibb/cmst"
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
checksum=c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
post_install() {
vlicense text/LICENSE
}