redox/recipes/wip/libs/other/libcups/recipe.toml
2024-06-26 03:59:18 +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",
]