mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python3-blessed-1.14.2
This commit is contained in:
parent
08985acab3
commit
2cbd19aa85
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-blessed/template
Normal file
20
srcpkgs/python3-blessed/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-blessed'
|
||||||
|
pkgname=python3-blessed
|
||||||
|
version=1.14.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="blessed-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="blessed"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-six python3-wcwidth"
|
||||||
|
short_desc="Wrapper around terminal coloring, styling, and positioning"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/jquast/blessed"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=6c375f28e8a4d85d03dd46e3dd058a9cd2279d51da018bca0c0f6b5d98b1ee34
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue