diff --git a/recipes/pop-icon-theme/recipe.toml b/recipes/pop-icon-theme/recipe.toml new file mode 100644 index 00000000..f62a877b --- /dev/null +++ b/recipes/pop-icon-theme/recipe.toml @@ -0,0 +1,9 @@ +[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 +"""