From 0f6ffa00d00c9a999869c0fefcaa2e26dfc836d0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 27 Dec 2025 08:19:43 +0100 Subject: [PATCH] chafa: add recipe --- recipes-extended/chafa/chafa_1.18.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-extended/chafa/chafa_1.18.0.bb diff --git a/recipes-extended/chafa/chafa_1.18.0.bb b/recipes-extended/chafa/chafa_1.18.0.bb new file mode 100644 index 0000000..d28e648 --- /dev/null +++ b/recipes-extended/chafa/chafa_1.18.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "A command-line utility that converts image data into graphics formats or ANSI" +HOMEPAGE = "https://github.com/hpjansson/chafa" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404" + +DEPENDS = "glib-2.0 libavif libheif jpeg libjxl librsvg tiff libwebp" + +inherit autotools pkgconfig gettext gtk-doc + +SRC_URI = "git://github.com/hpjansson/chafa.git;protocol=https;nobranch=1" +SRCREV = "af962a328290b42aff03a393844892ca3bf4e9fc" + +FILES:${PN} += "${libdir}/chafa"