void-packages/srcpkgs/tmuxc/template

18 lines
457 B
Bash

# Template file for 'tmuxc'
pkgname=tmuxc
version=1.9
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=885b4c59b411200e71de6e2f57ebbcd426e9c27b954c2c52dc8237a335c57e9d
do_install() {
vbin tmuxc
vman tmuxc.1
vlicense LICENSE
}