diff --git a/recipes/icons/hicolor-icon-theme/recipe.toml b/recipes/icons/hicolor-icon-theme/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a216df3714a9ceefd583596ecf8dc89bedd30c4d --- /dev/null +++ b/recipes/icons/hicolor-icon-theme/recipe.toml @@ -0,0 +1,9 @@ +[source] +git = "https://gitlab.freedesktop.org/xdg/default-icon-theme.git" + +[build] +template = "custom" +script = """ +meson setup -Dprefix=/usr . "${COOKBOOK_SOURCE}" +env DESTDIR="${COOKBOOK_STAGE}" meson install +"""