diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-05-26 22:26:56 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-05-26 22:26:56 -0400 |
| commit | 385699cd5d8d18d06584629f129b966555b28d89 (patch) | |
| tree | aacf0dc8d442948ece19bb10cebea1b526b901d5 /srcpkgs/ueberzugpp/template | |
| download | void-packages-master.tar.gz | |
Diffstat (limited to 'srcpkgs/ueberzugpp/template')
| -rw-r--r-- | srcpkgs/ueberzugpp/template | 30 |
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 +} |
