28 lines
837 B
Bash
28 lines
837 B
Bash
# Template file for 'python3-tmuxp'
|
|
pkgname=python3-tmuxp
|
|
version=1.5.4
|
|
revision=3
|
|
wrksrc="tmuxp-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-setuptools python3-colorama python3-click
|
|
python3-kaptan python3-libtmux"
|
|
short_desc="Session manager for tmux"
|
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/tmux-python/tmuxp/"
|
|
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
|
checksum=371105eb69efc457de52fb7a6de0b431a0179c5b54e9ec78180746463153168f
|
|
conflicts="python-tmuxp>=0"
|
|
|
|
pre_configure() {
|
|
# Remove version restrictions
|
|
# colorama is forced at 0.3.9 while Void is at 0.4.x
|
|
# click is at least 7 or higher while Void is at 6.x.x
|
|
sed 's|[=><].*||g' -i requirements/base.txt
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|