Files
alire-index-community/index/li/libgnutls/libgnutls-external.toml
T
Alejandro R Mosteo 1e0574994f Disable pkg-config-detected externals (#671)
Proper use of these packages would require calling `pkg-config` to set up
environment, which Alire does not do (yet?)

Co-authored-by: GHA <actions@github.com>
2022-10-27 13:50:12 +02:00

20 lines
501 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"]
[[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