redox/recipes/wip/libs/libcups/recipe.toml
2024-02-22 03:31:34 +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",
]