summaryrefslogtreecommitdiffstats
path: root/srcpkgs/ueberzugpp
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/ueberzugpp')
-rw-r--r--srcpkgs/ueberzugpp/template30
1 files changed, 30 insertions, 0 deletions
diff --git a/srcpkgs/ueberzugpp/template b/srcpkgs/ueberzugpp/template
new file mode 100644
index 0000000..a603efb
--- /dev/null
+++ b/srcpkgs/ueberzugpp/template
@@ -0,0 +1,30 @@
+# Template file for 'ueberzugpp'
+pkgname=ueberzugpp
+version=2.9.10
+revision=1
+build_style=cmake
+configure_args="
+ -DENABLE_OPENGL=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_WAYLAND=OFF
+ -DTBB_DIR=/usr/lib/cmake/TBB -DOpenCV_DIR=/usr/lib/cmake/opencv4
+ -DECM_DIR=/usr/share/ECM
+"
+hostmakedepends="pkg-config"
+makedepends="
+ pkgconf libvips-devel tbb-devel libvips-devel chafa-devel openssl-devel libsixel-devel
+ libsixel-devel cli11 fmt-devel spdlog range-v3 json-c++
+ wayland-protocols wayland-devel wayland-utils extra-cmake-modules
+ xcb-util-image-devel xcb-util-renderutil-devel libopencv-devel
+ guidelines-support-library libglvnd-devel
+"
+short_desc="Drop in replacement for ueberzug"
+maintainer="Sashenka <sashenka.novackova@gmail.come>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jstkdng/ueberzugpp"
+changelog="https://github.com/jstkdng/ueberzugpp/releases"
+distfiles="https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v${version}.tar.gz"
+checksum=96bf3a16af7be233be2706481e340d5e085d7eb555f660062652358315085075
+conflicts="ueberzug"
+
+post_install() {
+ vlicense LICENSE
+}