void-packages/srcpkgs/tmuxc/template

18 lines
458 B
Bash

# Template file for 'tmuxc'
pkgname=tmuxc
version=1.3.0
revision=1
archs=noarch
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=72cf47cb8853598e7e3b3924399d1c830d646d8cc694f7faec30fba040580434
do_install() {
vbin tmuxc
vlicense LICENSE
}