diff --git a/recipes/icons/cosmic-icons/recipe.toml b/recipes/icons/cosmic-icons/recipe.toml new file mode 100644 index 00000000..80b95d86 --- /dev/null +++ b/recipes/icons/cosmic-icons/recipe.toml @@ -0,0 +1,9 @@ +[source] +git = "https://github.com/pop-os/cosmic-icons.git" + +[build] +template = "custom" +script = """ +cd "${COOKBOOK_SOURCE}" +just rootdir="${COOKBOOK_STAGE}" prefix="" install +"""