wok-next annotate pymux/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d457c4e37c1b |
children |
rev | line source |
---|---|
al@20947 | 1 # SliTaz package receipt v2. |
paul@18822 | 2 |
paul@18822 | 3 PACKAGE="pymux" |
paul@18822 | 4 VERSION="0.6" |
paul@18822 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="A terminal multiplexer (like tmux) in Python" |
paul@18822 | 7 MAINTAINER="paul@slitaz.org" |
al@21041 | 8 WEB_SITE="https://github.com/prompt-toolkit/pymux" |
al@21057 | 9 HOST_ARCH="any" |
al@20947 | 10 |
al@20947 | 11 SOURCE="pymux" |
paul@18822 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
al@20969 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" |
paul@18822 | 14 |
al@20444 | 15 BUILD_DEPENDS="python-dev python-pyte python-prompt-toolkit python-docopt" |
paul@18822 | 16 |
al@20947 | 17 compile_rules() { |
al@21020 | 18 python -B setup.py install --root=$install |
paul@18822 | 19 } |
paul@18822 | 20 |
al@20947 | 21 genpkg_rules() { |
al@20947 | 22 copy @std |
al@20947 | 23 DEPENDS="python python-pyte python-prompt-toolkit python-docopt" |
paul@18822 | 24 } |