17 lines
458 B
Bash
17 lines
458 B
Bash
# Template file for 'tmuxc'
|
|
pkgname=tmuxc
|
|
version=1.2.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=469b5acedd7c592b4671fbbd298242e8d03bea736b3a838d3e948c0afec6627e
|
|
|
|
do_install() {
|
|
vbin tmuxc
|
|
vlicense LICENSE
|
|
}
|