22 lines
552 B
Bash
22 lines
552 B
Bash
# Template file for 'python3-TxSNI'
|
|
pkgname=python3-TxSNI
|
|
version=0.2.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Twisted python3-openssl"
|
|
short_desc="Easy-to-use SNI endpoint for twisted"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/glyph/txsni"
|
|
distfiles="https://github.com/glyph/txsni/archive/v${version}.tar.gz"
|
|
checksum=6797f5b303d463c4bafd6a216ccc00a768a679e81cc1240303bb13afa793125c
|
|
|
|
do_check() {
|
|
: # No tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|