mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-term-image-0.7.1
This commit is contained in:
parent
a96f190cd5
commit
d0b35dafec
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-term-image/template
Normal file
19
srcpkgs/python3-term-image/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-term-image'
|
||||||
|
pkgname=python3-term-image
|
||||||
|
version=0.7.1
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
depends="python3-Pillow python3-requests python3-typing_extensions python3-urwid"
|
||||||
|
checkdepends="${depends} python3-pytest"
|
||||||
|
short_desc="Display images in the terminal"
|
||||||
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/AnonymouX47/term-image"
|
||||||
|
changelog="https://github.com/AnonymouX47/term-image/blob/main/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/AnonymouX47/term-image/archive/refs/tags/v$version.tar.gz"
|
||||||
|
checksum=bb635b39270fd68dd52b96a7d38c7a624ab900d34535920bffcdad0e484812d2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue