18 lines
647 B
Bash
18 lines
647 B
Bash
# Template file for 'ueberzug'
|
|
pkgname=ueberzug
|
|
version=18.1.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel libX11-devel libXext-devel"
|
|
depends="python3-xlib python3-pillow-simd python3-docopt python3-psutil python3-attrs"
|
|
short_desc="Command line util which allows drawing images on terminals"
|
|
maintainer="mustaqim <mustaqim@pm.me>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/seebye/${pkgname}"
|
|
distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
|
|
checksum=99044941373d73d2caf0e12f42b5e635702ffac271b844b3b3ccdfbafaee417d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|