void-packages/srcpkgs/python3-terminaltables/template

20 lines
681 B
Bash

# Template file for 'python3-terminaltables'
pkgname=python3-terminaltables
version=3.1.0
revision=5
wrksrc="terminaltables-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor"
short_desc="Generate simple tables for terminals"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="https://github.com/Robpol86/terminaltables"
distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"
checksum=c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723
post_install() {
vlicense LICENSE
}