2026-02-06 13:40:18 +08:00
|
|
|
postgresql:
|
|
|
|
|
type: library
|
|
|
|
|
artifact:
|
|
|
|
|
source:
|
|
|
|
|
type: ghtagtar
|
|
|
|
|
repo: postgres/postgres
|
|
|
|
|
match: REL_18_\d+
|
|
|
|
|
metadata:
|
2026-03-24 12:07:57 +08:00
|
|
|
license-files: ['@/postgresql.txt']
|
2026-02-06 13:40:18 +08:00
|
|
|
license: PostgreSQL
|
2026-03-24 12:07:57 +08:00
|
|
|
depends@unix:
|
2026-02-06 13:40:18 +08:00
|
|
|
- libiconv
|
|
|
|
|
- libxml2
|
|
|
|
|
- openssl
|
|
|
|
|
- zlib
|
|
|
|
|
- libedit
|
2026-06-14 11:51:07 +07:00
|
|
|
depends@windows:
|
|
|
|
|
- openssl
|
|
|
|
|
- zlib
|
2026-03-24 12:07:57 +08:00
|
|
|
suggests@unix:
|
2026-02-06 13:40:18 +08:00
|
|
|
- icu
|
|
|
|
|
- libxslt
|
|
|
|
|
- ldap
|
|
|
|
|
- zstd
|
|
|
|
|
pkg-configs:
|
|
|
|
|
- libpq
|
2026-03-24 12:07:57 +08:00
|
|
|
static-libs@windows:
|
|
|
|
|
- libpq.lib
|
|
|
|
|
- libpgport.lib
|
|
|
|
|
- libpgcommon.lib
|