diff --git a/recipes/wip/sound/glicol/recipe.toml b/recipes/wip/sound/glicol/recipe.toml index e0ef61c90a5291f660b840e59c0d9172bda540a0..e034e74a2b35e99230cf03e967c1982be667d5d1 100644 --- a/recipes/wip/sound/glicol/recipe.toml +++ b/recipes/wip/sound/glicol/recipe.toml @@ -2,4 +2,9 @@ [source] git = "https://github.com/glicol/glicol-cli" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/glicol +cp -rv "${COOKBOOK_SOURCE}"/{test.glicol,test2.glicol} "${COOKBOOK_STAGE}"/usr/share/glicol +"""