redox/recipes/libs/libpng/recipe.toml
2023-12-14 19:50:54 +00:00

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"
]