tmux: install bash completion

This commit is contained in:
Eivind Uggedal 2014-09-05 13:00:50 +00:00
parent ad79b8e7e2
commit 11042df805
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tmux'
pkgname=tmux
version=1.9a
revision=1
revision=2
build_style=gnu-configure
makedepends="ncurses-devel libevent-devel"
short_desc="Terminal Multiplexer"
@ -10,3 +10,8 @@ homepage="http://tmux.sourceforge.net"
license="MIT"
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
checksum=c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5
post_install() {
vinstall examples/bash_completion_tmux.sh 644 \
usr/share/bash-completion/completions tmux
}