wok-next view pymux/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
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 }