Files

29 lines
583 B
YAML
Raw Permalink Normal View History

2026-02-02 13:32:35 +08:00
openssl:
type: library
artifact:
source:
type: ghrel
repo: openssl/openssl
match: openssl-3.+\.tar\.gz
2026-02-02 13:32:35 +08:00
prefer-stable: true
source-mirror:
type: filelist
url: 'https://www.openssl.org/source/'
regex: '/href="(?<file>openssl-(?<version>3\.[^"]+)\.tar\.gz)"/'
2026-02-02 13:32:35 +08:00
metadata:
license-files: [LICENSE.txt]
2026-02-02 13:32:35 +08:00
license: OpenSSL
depends:
- zlib
2026-03-21 18:43:05 +08:00
depends@windows:
- zlib
- jom
headers:
- openssl
static-libs@unix:
- libssl.a
- libcrypto.a
2026-03-20 21:47:27 +08:00
static-libs@windows:
- libssl.lib
- libcrypto.lib