Files
RedBear-OS/recipes/wip/icons/breeze-icons/recipe.toml
T
2026-04-15 12:57:45 +01:00

16 lines
332 B
TOML

#TODO not compiled or tested
# lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/breeze-icons-5.112.0.tar.xz"
[build]
template = "custom"
dependencies = [
"kf6-extra-cmake-modules",
]
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS+=("-DKF_IGNORE_PLATFORM_CHECK=ON")
cookbook_cmake
"""