void-packages/srcpkgs/python3-libtmux/template
2020-10-10 10:22:33 -04:00

18 lines
530 B
Bash

# Template file for 'python3-libtmux'
pkgname=python3-libtmux
version=0.8.1
revision=4
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=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a
post_install() {
vlicense LICENSE
}