void-packages/srcpkgs/tmuxc/template

18 lines
459 B
Bash

# Template file for 'tmuxc'
pkgname=tmuxc
version=1.9.1
revision=1
depends="perl"
short_desc="Local and remote tmux window manager"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://github.com/zdykstra/tmuxc"
distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz"
checksum=e3ace62994a65d8c3657ddeb88367a05c75be5741cf9f2ebd61719bf4618d110
do_install() {
vbin tmuxc
vman tmuxc.1
vlicense LICENSE
}