24 lines
497 B
YAML
Raw Normal View History

2026-02-02 13:32:35 +08:00
openssl:
type: library
artifact:
source:
type: ghrel
repo: openssl/openssl
match: openssl.+\.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>[^"]+)\.tar\.gz)"/'
binary: hosted
metadata:
license-files: [LICENSE.txt]
2026-02-02 13:32:35 +08:00
license: OpenSSL
depends:
- zlib
headers:
- openssl
static-libs@unix:
- libssl.a
- libcrypto.a