19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'python3-blessings'
|
|
pkgname=python3-blessings
|
|
version=1.7
|
|
revision=5
|
|
wrksrc="blessings-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
short_desc="Wrapper around terminal coloring, styling, and positioning (Python3)"
|
|
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/erikrose/blessings"
|
|
distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz"
|
|
checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|