19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'python3-terminado'
|
|
pkgname=python3-terminado
|
|
version=0.8.2
|
|
revision=4
|
|
wrksrc="terminado-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-ptyprocess python3-tornado"
|
|
short_desc="Terminals served to term.js using Tornado websockets (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/takluyver/terminado"
|
|
distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz"
|
|
checksum=de08e141f83c3a0798b050ecb097ab6259c3f0331b2f7b7750c9075ced2c20c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|