19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'cmst'
|
|
pkgname=cmst
|
|
version=2016.04.03
|
|
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"
|
|
checksum=c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1
|
|
|
|
post_install() {
|
|
vlicense text/LICENSE
|
|
}
|