void-packages/srcpkgs/tmuxc/template
Đoàn Trần Công Danh 2b8be7ac33 tmuxc: remove noarch
2020-11-28 10:21:18 +07:00

16 lines
445 B
Bash

# Template file for 'tmuxc'
pkgname=tmuxc
version=1.7.1
revision=2
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=7bd7596d962b7e14617346e6b9e364420402de90663fa4d3b551a9a9f25453a4
do_install() {
vbin tmuxc
vlicense LICENSE
}