20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'python3-libtmux'
|
|
pkgname=python3-libtmux
|
|
version=0.23.2
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-mock tmux"
|
|
short_desc="Python binding for tmux"
|
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|
license="MIT"
|
|
homepage="https://libtmux.git-pull.com/"
|
|
changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
|
|
checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|