void-packages/srcpkgs/tmuxc/template

18 lines
458 B
Bash
Raw Normal View History

2019-12-13 23:05:38 +00:00
# Template file for 'tmuxc'
pkgname=tmuxc
2020-01-20 23:15:00 +00:00
version=1.3.5
2019-12-13 23:05:38 +00:00
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"
2020-01-20 23:15:00 +00:00
checksum=e4583012a085f9f99e8a37a5e1b6ace14eb32494dc15cfc9da209b59f459eaea
2019-12-13 23:05:38 +00:00
do_install() {
vbin tmuxc
vlicense LICENSE
}