mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
12 lines
338 B
TOML
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
|
|
"""
|