19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'tmux'
|
|
pkgname=tmux
|
|
version=3.1c
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="byacc"
|
|
makedepends="libevent-devel ncurses-devel"
|
|
depends="ncurses-base"
|
|
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=918f7220447bef33a1902d4faff05317afd9db4ae1c9971bef5c787ac6c88386
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|