void-packages/srcpkgs/tmux/template
Đoàn Trần Công Danh a99e4765c5 tmux: update to 3.1.
Change maintainer from Nathan Owens to me.
He/She left for other projects.
And I'm using tmux for every day.
2020-04-29 15:57:32 +02:00

22 lines
655 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=3.1
revision=1
build_style=gnu-configure
hostmakedepends="byacc"
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="ISC"
homepage="https://tmux.github.io"
changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense COPYING
}