mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
15 lines
356 B
TOML
15 lines
356 B
TOML
[source]
|
|
tar = "https://github.com/glennrp/libpng/archive/v1.6.39.tar.gz"
|
|
blake3 = "02513cc5d15ac79c4c402f2ae623425f4f80bdbbf15ebc95430fb8ccfc987996"
|
|
script = """
|
|
chmod +w config.sub
|
|
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
|
"""
|
|
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib"
|
|
]
|