Merge pull request #4630 from vjon/cmst

New package: cmst-2016.04.03
This commit is contained in:
Enno Boland 2016-08-24 20:48:43 +02:00 committed by GitHub
commit 13e075d74e

19
srcpkgs/cmst/template Normal file
View file

@ -0,0 +1,19 @@
# 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
}