vp-build/srcpkgs/ueberzug/template

21 lines
746 B
Bash

# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.9
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel"
depends="python3-xlib 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/ueberzug"
distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
checksum=d2b8e7c39e72aa88891f7204441e5482d9b89bb900efe4ac9a230f84437897bb
make_check=no # doesn't include a test suite
case $XBPS_TARGET_MACHINE in
x86_64*) depends+=" python3-pillow-simd" ;;
*) depends+=" python3-Pillow" ;;
esac