mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
14 lines
324 B
TOML
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
|
|
"""
|