Merge remote-tracking branch 'origin/v3-refactor/libs' into v3-refactor/libs

This commit is contained in:
crazywhalecc
2026-02-02 09:59:17 +08:00
11 changed files with 271 additions and 12 deletions

View File

@@ -41,6 +41,21 @@ fastlz:
license-files: ['LICENSE.MIT']
license: MIT
openssl:
source:
type: ghrel
repo: openssl/openssl
match: 'openssl.+\.tar\.gz'
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']
license: OpenSSL
zlib:
source:
type: ghrel

View File

@@ -28,6 +28,16 @@ fastlz:
- fastlz.h
artifact: fastlz
openssl:
type: library
static-libs@unix:
- libssl.a
- libcrypto.a
headers: ['openssl']
depends:
- zlib
artifact: openssl
zlib:
type: library
static-libs@unix: