redox/recipes/wip/video/vapoursynth/recipe.toml
2024-03-01 01:05:47 +00:00

14 lines
324 B
TOML

#TODO maybe wrong script, see https://vapoursynth.com/doc/installation.html#linux-and-os-x-compilation
[source]
git = "https://github.com/vapoursynth/vapoursynth"
rev = "3157049549a0940359b37004aeeeebd8f1db665e"
[build]
template = "custom"
dependencies = [
"library1",
]
script = """
./autogen.sh
cookbook_configure
"""