void-packages/srcpkgs/tmux/template
Đoàn Trần Công Danh 2bab603ceb tmux: update to 3.1b.
2020-05-04 20:02:56 +07:00

19 lines
576 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=3.1b
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=d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9
post_install() {
vlicense COPYING
}