17 lines
457 B
Bash
17 lines
457 B
Bash
# Template file for 'tmuxc'
|
|
pkgname=tmuxc
|
|
version=1.8
|
|
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=fb9e6352e783cc9697887eb2e52e943685125fa97ba87ea001decb8dcd89b0c0
|
|
|
|
do_install() {
|
|
vbin tmuxc
|
|
vman tmuxc.1
|
|
vlicense LICENSE
|
|
}
|