mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
Add postgresql
This commit is contained in:
23
config/pkg/lib/postgresql.yml
Normal file
23
config/pkg/lib/postgresql.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user