19 lines
624 B
Bash
19 lines
624 B
Bash
# Template file for 'python3-terminaltables'
|
|
pkgname=python3-terminaltables
|
|
version=3.1.0
|
|
revision=7
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|