wok view pymux/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 5d50a02468c7
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="pymux"
4 VERSION="0.14"
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
13 DEPENDS="python python-docopt python-prompt-toolkit python-pyte"
14 BUILD_DEPENDS="python-dev python-docopt python-prompt-toolkit python-pyte
15 python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }