mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
10 lines
166 B
TOML
10 lines
166 B
TOML
[source]
|
|
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
|
|
patches = [
|
|
"random.patch"
|
|
]
|
|
script = "./autogen.sh"
|
|
|
|
[build]
|
|
template = "configure"
|