wallust: add recipe

This commit is contained in:
Markus Volk
2025-08-08 17:12:54 +02:00
parent f729fc81b2
commit 9876e7ef06
2 changed files with 623 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
SUMMARY = "wallust - Generate colors from an image"
HOMEPAGE = "https://codeberg.org/explosion-mental/wallust"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=77343652fd2b1c59f2130b40d0391ecf"
SRC_URI += "git://codeberg.org/explosion-mental/wallust.git;protocol=https;nobranch=1;tag=3.4.0"
SRCREV = "3f557fe3f1c596f52fadf737f772111649a40080"
inherit cargo cargo-update-recipe-crates
require ${PN}-crates.inc
do_configure:prepend() {
sed -i "s|strip\ =\ true|strip\ =\ false|g" ${S}/Cargo.toml
}