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

30 lines
1.0 KiB
YAML
Raw 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+
binary:
windows-x86_64: { type: url, url: 'https://get.enterprisedb.com/postgresql/postgresql-16.8-1-windows-x64-binaries.zip', extract: { lib/libpq.lib: '{build_root_path}/lib/libpq.lib', lib/libpgport.lib: '{build_root_path}/lib/libpgport.lib', lib/libpgcommon.lib: '{build_root_path}/lib/libpgcommon.lib', include/libpq-fe.h: '{build_root_path}/include/libpq-fe.h', include/postgres_ext.h: '{build_root_path}/include/postgres_ext.h', include/pg_config_ext.h: '{build_root_path}/include/pg_config_ext.h', include/libpq/libpq-fs.h: '{build_root_path}/include/libpq/libpq-fs.h' } }
2026-02-06 13:40:18 +08:00
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
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