mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
23 lines
499 B
YAML
23 lines
499 B
YAML
openssl:
|
|
type: library
|
|
static-libs@unix:
|
|
- libssl.a
|
|
- libcrypto.a
|
|
headers: ['openssl']
|
|
depends:
|
|
- zlib
|
|
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
|