mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
24 lines
364 B
YAML
24 lines
364 B
YAML
|
|
postgresql:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: ghtagtar
|
||
|
|
repo: postgres/postgres
|
||
|
|
match: REL_18_\d+
|
||
|
|
metadata:
|
||
|
|
license-files: [COPYRIGHT]
|
||
|
|
license: PostgreSQL
|
||
|
|
depends:
|
||
|
|
- libiconv
|
||
|
|
- libxml2
|
||
|
|
- openssl
|
||
|
|
- zlib
|
||
|
|
- libedit
|
||
|
|
suggests:
|
||
|
|
- icu
|
||
|
|
- libxslt
|
||
|
|
- ldap
|
||
|
|
- zstd
|
||
|
|
pkg-configs:
|
||
|
|
- libpq
|