mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
tmux: update to 2.2.
This commit is contained in:
parent
eae44a798b
commit
c05255d07d
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tmux'
|
# Template file for 'tmux'
|
||||||
pkgname=tmux
|
pkgname=tmux
|
||||||
version=2.1
|
version=2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libevent-devel"
|
makedepends="ncurses-devel libevent-devel"
|
||||||
|
@ -9,13 +9,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://tmux.github.io"
|
homepage="http://tmux.github.io"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
||||||
checksum=31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176
|
checksum=bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vinstall examples/bash_completion_tmux.sh 644 usr/share/bash-completion/completions tmux
|
|
||||||
vinstall examples/tmux.vim 644 usr/share/vim/vimfiles/syntax tmux.vim
|
|
||||||
for f in examples/{*.conf,xterm-keys.vim}; do
|
|
||||||
vsconf "$f"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue