wok-next view pymux/receipt @ rev 20947

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 11:58:18 2018 +0300 (2018-08-31)
parents 6c73b944e8dd
children 8b5b2a6d07b8
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/jonathanslenders/pymux"
10 SOURCE="pymux"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="python-dev python-pyte python-prompt-toolkit python-docopt"
16 compile_rules() {
17 python setup.py install --root=$DESTDIR
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python python-pyte python-prompt-toolkit python-docopt"
23 }