Files
alire-index-community/index/li/libgnutls/libgnutls-external.toml
T
Blady-Com d9dbe53002 simple_components 4.68 (#972)
Add MacPorts and Brew support for macOS in dependancies.
2024-01-22 09:59:00 +01:00

21 lines
538 B
TOML

description = "GNU TLS library"
name = "libgnutls"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libgnutls28-dev"]
"homebrew" = ["gnutls"]
"macports" = ["gnutls"]
[[external]]
kind = "version-output"
version-command = [ "pkg-config", "--modversion", "gnutls" ]
version-regexp = "([\\d\\.]+)"
# pkg-config requires further steps to make packages findable by
# dependencies that Alire does not yet support
available = false