redox/recipes/wip/tools/gphoto2/recipe.toml
2024-02-15 09:47:49 +00:00

9 lines
203 B
TOML

#TODO make libgphoto2 work
[source]
tar = "https://sourceforge.net/projects/gphoto/files/gphoto/2.5.28/gphoto2-2.5.28.tar.xz/download"
[build]
template = "configure"
dependencies = [
"libgphoto2",
]