redox/recipes/icons/pop-icon-theme/recipe.toml
2024-05-01 14:05:51 -06:00

13 lines
386 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
#TODO: reduce cursors folder size: https://github.com/pop-os/icon-theme/issues/136
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursors"
rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursor.theme"
"""