mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
17 lines
335 B
YAML
17 lines
335 B
YAML
|
|
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
|