New comment by d4r1us-drk on void-packages repository https://github.com/void-linux/void-packages/issues/45679#issuecomment-1868581829 Comment: I'm trying to create a template for uebezugpp and the thing tries to fetch dependencies from the internet, which ultimately fails by this. It needs GSL & CLI11 as mentioned in [#45368](https://github.com/void-linux/void-packages/issues/45368). ``` # Template file for 'ueberzugpp' pkgname=ueberzugpp version=2.9.2 revision=1 build_style=cmake configure_args="-DENABLE_WAYLAND=ON -DENABLE_OPENGL=ON" hostmakedepends="pkg-config" makedepends="chafa-devel extra-cmake-modules libopencv-devel libsixel-devel libvips-devel openssl-devel tbb-devel wayland-devel wayland-protocols xcb-util-image-devel xcb-util-renderutil-devel" short_desc="Drop in replacement for ueberzug" maintainer="Marcin Puc " 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=a658ccdb82c50ebd3bf31ecaaa79bcbb66bae756c3b588d4208c94a17f127f42 conflicts="ueberzug" ```