Add dev:lint-config to replace sort-config command

This commit is contained in:
crazywhalecc
2026-02-02 14:13:05 +08:00
parent 455d42d162
commit f4a29c4830
8 changed files with 45 additions and 44 deletions

View File

@@ -1,16 +1,10 @@
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'
match: openssl.+\.tar\.gz
prefer-stable: true
source-mirror:
type: filelist
@@ -18,5 +12,12 @@ openssl:
regex: '/href="(?<file>openssl-(?<version>[^"]+)\.tar\.gz)"/'
binary: hosted
metadata:
license-files: ['LICENSE.txt']
license-files: [LICENSE.txt]
license: OpenSSL
depends:
- zlib
headers:
- openssl
static-libs@unix:
- libssl.a
- libcrypto.a