mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
tmux-xpanes: update to 3.0.0.
This commit is contained in:
parent
dc8f003c05
commit
be269cdd88
1 changed files with 6 additions and 3 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'tmux-xpanes'
|
# Template file for 'tmux-xpanes'
|
||||||
pkgname=tmux-xpanes
|
pkgname=tmux-xpanes
|
||||||
version=2.2.3
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Awesome way to create multiple tmux panes"
|
short_desc="Awesome way to create multiple tmux panes"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/greymd/tmux-xpanes"
|
homepage="https://github.com/greymd/tmux-xpanes"
|
||||||
distfiles="https://github.com/greymd/tmux-xpanes/archive/v${version}.tar.gz"
|
distfiles="https://github.com/greymd/tmux-xpanes/archive/v${version}.tar.gz"
|
||||||
checksum=4357b8ac76f3d0b93dbb1626e0881f03143910f428a78db3d8437950bbd15fef
|
checksum=7874daf62fd9fb85fb510e6ae60ae99146ff65c5648b8421b946cd0d021f6b3f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/xpanes
|
vbin bin/xpanes
|
||||||
|
vbin bin/tmux-xpanes
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vman man/xpanes.1
|
vman man/xpanes.1
|
||||||
|
vman man/tmux-xpanes.1
|
||||||
|
|
||||||
vinstall contrib/completion/zsh/_xpanes 644 usr/share/zsh/site-functions
|
vinstall completion/zsh/_xpanes 644 usr/share/zsh/site-functions
|
||||||
|
vinstall completion/zsh/_tmux-xpanes 644 usr/share/zsh/site-functions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue