redox/recipes/pop-icon-theme/recipe.toml
2022-12-06 09:47:40 -07: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
"""