redox/recipes/wip/codecs/x265/recipe.toml
2026-01-29 11:43:04 -03:00

12 lines
338 B
TOML

#TODO not compiled or tested
# build instructions: https://bitbucket.org/multicoreware/x265_git/src/master/build/README.txt#lines-68
[source]
tar = "https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.1.tar.gz"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/source"
DYNAMIC_INIT
cookbook_cmake
"""