mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Add ldap,libcares,libsodium,libunistring, lint all configs
This commit is contained in:
16
config/pkg/lib/libunistring.yml
Normal file
16
config/pkg/lib/libunistring.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
libunistring:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: filelist
|
||||
url: 'https://ftp.gnu.org/gnu/libunistring/'
|
||||
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: [COPYING.LIB]
|
||||
license: LGPL-3.0-or-later
|
||||
headers:
|
||||
- unistr.h
|
||||
- unistring/
|
||||
static-libs@unix:
|
||||
- libunistring.a
|
||||
Reference in New Issue
Block a user