void-packages/srcpkgs/python3-libtmux/template
Alexander Egorenkov 75a8b63989 python3-libtmux: update to 0.10.3
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2022-02-06 20:19:52 -03:00

21 lines
609 B
Bash

# Template file for 'python3-libtmux'
pkgname=python3-libtmux
version=0.10.3
revision=1
wrksrc="libtmux-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python binding for tmux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="MIT"
homepage="https://github.com/tmux-python/libtmux"
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
checksum=c7fbd837f0a9e4d33a157523e4ca6ef95e80256842e094ffd766c3dbd78d1957
# Disable check which uses pip to pull external python packages
make_check=no
post_install() {
vlicense LICENSE
}