Files
static-php-cli/config/pkg/lib/postgresql.yml
m-this d7902b9931 feat(tool): bundle python for the meson build
- add a python-win tool package that unzips the official python.org
  nuget package into the pkgroot (venv and ensurepip included)
- meson uses it to build its venv and only falls back to a system
  python, so no manual environment setup is needed
2026-07-08 14:17:36 +02: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
tools@windows:
- python-win
- meson
- ninja
- winflexbison
- strawberry-perl
suggests@unix:
- icu
- libxslt
- ldap
- zstd
pkg-configs:
- libpq
static-libs@windows:
- libpq.lib
- libpgport.lib
- libpgcommon.lib