New package: ueberzug-18.1.3

This commit is contained in:
mustaqim 2019-05-16 06:04:55 +02:00 committed by Helmut Pozimski
parent 1d99652804
commit a8d80d49ad
1 changed files with 18 additions and 0 deletions

18
srcpkgs/ueberzug/template Normal file
View File

@ -0,0 +1,18 @@
# 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
}