void-packages/srcpkgs/tmux/template
2020-10-29 22:56:13 +01:00

18 lines
576 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=3.1b
revision=2
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
}