aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-04-14 08:17:38 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-04-14 08:22:34 +0000
commit77b750e99e43fd8c42f59fa21071ce74200870c4 (patch)
tree2a2f26aca0883126da824abdbae81009f50a4951
parent358652ee20f8bbc9ae8fa44d11b68ef114e97263 (diff)
downloadvoid-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar.gz
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar.bz2
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar.lz
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar.xz
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.tar.zst
void-packages-77b750e99e43fd8c42f59fa21071ce74200870c4.zip
New package: python3-term-image-0.7.1
-rw-r--r--srcpkgs/python3-term-image/template19
1 files changed, 19 insertions, 0 deletions
diff --git a/srcpkgs/python3-term-image/template b/srcpkgs/python3-term-image/template
new file mode 100644
index 00000000000..a64792e9c32
--- /dev/null
+++ b/srcpkgs/python3-term-image/template
@@ -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
+}