Files
static-php-cli/config/pkg/lib/postgresql.yml
DubbleClick f66e68754e fable output
2026-06-14 11:51:07 +07:00

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