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