void-packages/srcpkgs/python3-portend/template

20 lines
607 B
Bash

# Template file for 'python3-portend'
pkgname=python3-portend
version=2.6
revision=1
wrksrc="portend-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-tempora"
short_desc="TCP port monitoring utilities (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
checksum=600dd54175e17e9347e5f3d4217aa8bcf4bf4fa5ffbc4df034e5ec1ba7cdaff5
post_install() {
vlicense LICENSE
}