Files
alire-index-community/index/li/libgnutls/libgnutls-external.toml
T
Alejandro R Mosteo e255cb600a gnoga metadata: removed conflicting project variable settings (#1082)
* Removed conflicting project variable settings

* Missing externals to increase compatibility

* Restore lost variable in gnoga
2024-05-31 11:57:30 +02:00

23 lines
593 B
TOML

description = "GNU TLS library"
name = "libgnutls"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"arch" = ["gnutls"]
"debian|ubuntu" = ["libgnutls28-dev"]
"centos|fedora" = ["gnutls-devel"]
"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