New package: cmc-1.0.3

Closes: #11451 [via git-merge-pr]
This commit is contained in:
Daniel A. Maierhofer 2018-02-07 16:28:35 +01:00 committed by Jürgen Buchmüller
parent 722611a62b
commit 7539029a58

19
srcpkgs/cmc/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'cmc'
pkgname=cmc
version=1.0.3
revision=1
noarch=yes
short_desc="SSH ControlMaster Controller"
maintainer="Daniel A. Maierhofer <git@damadmai.at>"
license="MIT"
homepage="https://github.com/ClockworkNet/cmc"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum="c9efc0e01dccbe8f3be91eb5e54fb4b2f2a57e9fadd26560b5867b339c5e3750"
do_install() {
vbin cmc
vdoc README.rst
vdoc docs/annotated_config.rst
vdoc docs/workflow.rst
vlicense LICENSE
}