void-packages/srcpkgs/cmst/template
2020-05-19 18:17:41 +02:00

23 lines
569 B
Bash

# Template file for 'cmst'
pkgname=cmst
version=2020.05.09
revision=1
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="https://github.com/andrew-bibb/cmst/archive/${version}.tar.gz"
checksum=9189323829fa73ab26b894a083793964eb85c6bb91b4bb00faea314a3a981b03
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
post_install() {
vlicense text/LICENSE
}