20 lines
737 B
Bash
20 lines
737 B
Bash
# Template file for 'python3-term-image'
|
|
pkgname=python3-term-image
|
|
version=0.7.2
|
|
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=a244589bfbbc6de2c04ff08356454f6c5d41dbf470ac200201d56c9ead3bfa31
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|