mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
24 lines
497 B
YAML
24 lines
497 B
YAML
openssl:
|
|
type: library
|
|
artifact:
|
|
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
|
|
depends:
|
|
- zlib
|
|
headers:
|
|
- openssl
|
|
static-libs@unix:
|
|
- libssl.a
|
|
- libcrypto.a
|