7539029a58
Closes: #11451 [via git-merge-pr]
19 lines
474 B
Bash
19 lines
474 B
Bash
# 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
|
|
}
|