diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template new file mode 100644 index 00000000000..e0c474ff63e --- /dev/null +++ b/srcpkgs/ueberzug/template @@ -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 " +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 +}