void-packages/srcpkgs/ueberzug/template
2020-12-12 02:45:54 -03:00

19 lines
701 B
Bash

# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.8
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=a9fbe22e2ad59f42b148f184af808d6106ae504d9b19797385f2714a6351dbcb
case $XBPS_TARGET_MACHINE in
x86_64*) depends+=" python3-pillow-simd" ;;
*) depends+=" python3-Pillow" ;;
esac