redox/recipes/icons/pop-icon-theme/recipe.toml
2023-11-05 15:05:55 +00:00

10 lines
196 B
TOML

[source]
git = "https://github.com/pop-os/icon-theme.git"
[build]
template = "custom"
script = """
meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}"
env DESTDIR="${COOKBOOK_STAGE}" meson install
"""