void-packages/srcpkgs/tmuxc/template
2020-02-28 08:47:21 +01:00

17 lines
456 B
Bash

# Template file for 'tmuxc'
pkgname=tmuxc
version=1.5
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=57305288a2b0ac989cd2ab92eed1270cdac69de4ab370e2f76d8fca94809ed87
do_install() {
vbin tmuxc
vlicense LICENSE
}