mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Add openssl lib support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user