mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
339 B
TOML
13 lines
339 B
TOML
[source]
|
|
#git = "https://github.com/jedisct1/libsodium"
|
|
#rev = "675149b9b8b66ff44152553fb3ebf9858128363d"
|
|
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
|
|
blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7"
|
|
patches = [
|
|
"random.patch"
|
|
]
|
|
script = "./autogen.sh"
|
|
|
|
[build]
|
|
template = "configure"
|