mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Add libmaxminddb
This commit is contained in:
16
config/pkg/lib/libmaxminddb.yml
Normal file
16
config/pkg/lib/libmaxminddb.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
libmaxminddb:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: maxmind/libmaxminddb
|
||||
match: libmaxminddb-.+\.tar\.gz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: Apache-2.0
|
||||
headers:
|
||||
- maxminddb.h
|
||||
- maxminddb_config.h
|
||||
static-libs@unix:
|
||||
- libmaxminddb.a
|
||||
Reference in New Issue
Block a user