18 lines
456 B
Bash
18 lines
456 B
Bash
# Template file for 'tmuxc'
|
|
pkgname=tmuxc
|
|
version=1.6
|
|
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=8ed3797298ee86d8194dbae37e6f344d59b26b6bcaf04c203aa999ba586f5332
|
|
|
|
do_install() {
|
|
vbin tmuxc
|
|
vlicense LICENSE
|
|
}
|