mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
31 lines
508 B
YAML
31 lines
508 B
YAML
postgresql:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghtagtar
|
|
repo: postgres/postgres
|
|
match: REL_18_\d+
|
|
metadata:
|
|
license-files: ['@/postgresql.txt']
|
|
license: PostgreSQL
|
|
depends@unix:
|
|
- libiconv
|
|
- libxml2
|
|
- openssl
|
|
- zlib
|
|
- libedit
|
|
depends@windows:
|
|
- openssl
|
|
- zlib
|
|
suggests@unix:
|
|
- icu
|
|
- libxslt
|
|
- ldap
|
|
- zstd
|
|
pkg-configs:
|
|
- libpq
|
|
static-libs@windows:
|
|
- libpq.lib
|
|
- libpgport.lib
|
|
- libpgcommon.lib
|