Files
static-php-cli/config/pkg/lib/postgresql.yml
crazywhalecc 0bd94b0ebd Lint
2026-07-09 11:03:39 +09:00

37 lines
607 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
tools@windows:
- python-win
- meson
- ninja
- winflexbison
- strawberry-perl