redox/recipes/wip/libs/libheif/recipe.toml
2024-02-22 03:31:34 +00:00

10 lines
262 B
TOML

#TODO missing script for CMake, see https://github.com/strukturag/libheif#compiling
[source]
tar = "https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz"
[build]
template = "custom"
dependencies = [
"x265",
"libde265",
]