wok-next view pymux/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pymux"
4 VERSION="0.6"
5 CATEGORY="utilities"
6 SHORT_DESC="A terminal multiplexer (like tmux) in Python"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/prompt-toolkit/pymux"
9 HOST_ARCH="any"
11 SOURCE="pymux"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-dev python-pyte python-prompt-toolkit python-docopt"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python python-pyte python-prompt-toolkit python-docopt"
24 }