mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
- 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
37 lines
607 B
YAML
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
|