mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
30 lines
602 B
YAML
30 lines
602 B
YAML
openssl:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: openssl/openssl
|
|
match: openssl-3.+\.tar\.gz
|
|
prefer-stable: true
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://www.openssl.org/source/'
|
|
regex: '/href="(?<file>openssl-(?<version>3\.[^"]+)\.tar\.gz)"/'
|
|
binary: hosted
|
|
metadata:
|
|
license-files: [LICENSE.txt]
|
|
license: OpenSSL
|
|
depends:
|
|
- zlib
|
|
depends@windows:
|
|
- zlib
|
|
- jom
|
|
headers:
|
|
- openssl
|
|
static-libs@unix:
|
|
- libssl.a
|
|
- libcrypto.a
|
|
static-libs@windows:
|
|
- libssl.lib
|
|
- libcrypto.lib
|