mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/tmuxp: Updated for version 1.11.1. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3286bbd8f2
commit
540a723de4
3 changed files with 9 additions and 8 deletions
|
@ -1,3 +1 @@
|
||||||
tmuxp helps you manage tmux workspaces.
|
tmuxp helps you manage tmux workspaces.
|
||||||
|
|
||||||
Optional dependency: python3-PyYAML
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for tmuxp
|
# Slackware build script for tmuxp
|
||||||
|
|
||||||
|
# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -22,10 +23,12 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# 20220512 46and2: Updated version, fix README, New maintainer.
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=tmuxp
|
PRGNAM=tmuxp
|
||||||
VERSION=${VERSION:-1.9.4}
|
VERSION=${VERSION:-1.11.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="tmuxp"
|
PRGNAM="tmuxp"
|
||||||
VERSION="1.9.4"
|
VERSION="1.11.1"
|
||||||
HOMEPAGE="https://github.com/tony/tmuxp/"
|
HOMEPAGE="https://github.com/tony/tmuxp/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/7a/ae/56b8199f9768f276e8c08f1ac45f7a1125582700d3cf66210c6dc09c4412/tmuxp-1.9.4.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.11.1.tar.gz"
|
||||||
MD5SUM="f132d444e4b3b68b03893c8ad7a1773b"
|
MD5SUM="198aa79620cc353e2f240e09ab298cad"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="kaptan click colorama python-libtmux"
|
REQUIRES="kaptan click colorama python-libtmux"
|
||||||
MAINTAINER="Dimitris Zlatanidis"
|
MAINTAINER="fourtysixandtwo"
|
||||||
EMAIL="d.zlatanidis@gmail.com"
|
EMAIL="fourtysixandtwo@sliderr.net"
|
||||||
|
|
Loading…
Reference in a new issue