redox/recipes/icons/cosmic-icons/recipe.toml
2026-05-15 22:36:18 +07:00

11 lines
254 B
TOML

[source]
git = "https://github.com/pop-os/cosmic-icons.git"
rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5"
shallow_clone = true
[build]
template = "custom"
script = """
cd "${COOKBOOK_SOURCE}"
just rootdir="${COOKBOOK_STAGE}" prefix="/usr" install
"""