void-packages/srcpkgs/cmst/template
2021-03-08 10:40:33 +07:00

19 lines
503 B
Bash

# Template file for 'cmst'
pkgname=cmst
version=2020.11.01
revision=1
build_style=qmake
hostmakedepends="qt5-qmake qt5-host-tools"
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=0e445f81afdb51cd288653bc1597488d64846de9cc552f265c5b806716402adb
post_install() {
vlicense text/LICENSE
}