void-packages/srcpkgs/cmst/template
2022-01-27 22:31:14 -03:00

17 lines
545 B
Bash

# Template file for 'cmst'
pkgname=cmst
version=2022.01.05
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/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=6ddc0e3a702592ec98b80164aa2b5ad1edb66d3f8dce18a545f26a67a46dc13a
post_install() {
vlicense text/LICENSE
}