redox/recipes/wip/libcups/recipe.toml
2023-12-22 01:44:03 +00:00

9 lines
192 B
TOML

#TODO make gnutls work
[source]
tar = "https://github.com/OpenPrinting/cups/releases/download/v2.4.7/cups-2.4.7-source.tar.gz"
[build]
template = "configure"
dependencies = [
"gnutls3",
]