mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
722611a62b
commit
7539029a58
1 changed files with 19 additions and 0 deletions
19
srcpkgs/cmc/template
Normal file
19
srcpkgs/cmc/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue