diff --git a/recipes/wip/libs/liblensfun/recipe.toml b/recipes/wip/libs/liblensfun/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c5a36553cd82fef58571827268d1f86925dad875 --- /dev/null +++ b/recipes/wip/libs/liblensfun/recipe.toml @@ -0,0 +1,10 @@ +#TODO missing script for CMake, see https://github.com/lensfun/lensfun?tab=readme-ov-file#build-instructions +[source] +git = "https://github.com/lensfun/lensfun" +rev = "35b19fb38e7250ea646709ef9e528d54a6a79648" +[build] +template = "custom" +dependencies = [ + "glib", + "libpng", +]