21 lines
609 B
Bash
21 lines
609 B
Bash
# Template file for 'python3-libtmux'
|
|
pkgname=python3-libtmux
|
|
version=0.11.0
|
|
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=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
|
|
# Disable check which uses pip to pull external python packages
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|