qplt 20230720.0.0 (#1150)

* qplt 20230720.0.0 (via `alr publish --submit`)

* Add ssl dependency

---------

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
Bent Bracke
2024-07-29 12:33:40 +02:00
committed by GitHub
parent cb52b8e5de
commit 889bfd2980
2 changed files with 87 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
description = "SSL library"
name = "ssl"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"arch" = ["libssl-dev"]
"debian|ubuntu" = ["libssl-dev"]
"centos|fedora" = ["openssl-devel"]
"homebrew" = ["openssl"]
"macports" = ["openssl"]
[[external]]
kind = "version-output"
version-command = [ "pkg-config", "--modversion", "libssl" ]
version-regexp = "([\\d\\.]+)"
# pkg-config requires further steps to make packages findable by
# dependencies that Alire does not yet support
available = false