mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
- the meson build assumed meson/ninja/win_flex/win_bison/perl on PATH, which only held on machines that had them installed - add meson, ninja and winflexbison tool packages and declare them via tools@windows on postgresql, together with the existing strawberry-perl - meson no longer ships a Windows MSI, so the wheel is installed offline into a venv: postgres re-invokes meson through find_program, which needs the real meson.exe launcher pip generates
36 lines
590 B
YAML
36 lines
590 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:
|
|
- meson
|
|
- ninja
|
|
- winflexbison
|
|
- strawberry-perl
|
|
suggests@unix:
|
|
- icu
|
|
- libxslt
|
|
- ldap
|
|
- zstd
|
|
pkg-configs:
|
|
- libpq
|
|
static-libs@windows:
|
|
- libpq.lib
|
|
- libpgport.lib
|
|
- libpgcommon.lib
|