Files
static-php-cli/config/pkg/lib/postgresql.yml

31 lines
508 B
YAML
Raw Permalink Normal View History

2026-02-06 13:40:18 +08:00
postgresql:
type: library
artifact:
source:
type: ghtagtar
repo: postgres/postgres
match: REL_18_\d+
metadata:
license-files: ['@/postgresql.txt']
2026-02-06 13:40:18 +08:00
license: PostgreSQL
depends@unix:
2026-02-06 13:40:18 +08:00
- libiconv
- libxml2
- openssl
- zlib
- libedit
2026-06-14 11:51:07 +07:00
depends@windows:
- openssl
- zlib
suggests@unix:
2026-02-06 13:40:18 +08:00
- icu
- libxslt
- ldap
- zstd
pkg-configs:
- libpq
static-libs@windows:
- libpq.lib
- libpgport.lib
- libpgcommon.lib