add postgresql
This commit is contained in:
parent
953985a3ea
commit
2578cd7a6d
10 changed files with 164 additions and 2 deletions
21
recipes/postgresql/debian.yml
Normal file
21
recipes/postgresql/debian.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
packages:
|
||||
- build-essential
|
||||
- libreadline-dev
|
||||
- zlib1g-dev
|
||||
- flex
|
||||
- bison
|
||||
- libssl-dev
|
||||
- libxml2-dev
|
||||
- libxslt1-dev
|
||||
- libpam0g-dev
|
||||
- libedit-dev
|
||||
|
||||
repository:
|
||||
url: https://github.com/postgres/postgres.git
|
||||
branch: REL_17_5
|
||||
|
||||
steps:
|
||||
- ./configure --prefix=$PREFIX
|
||||
- make -j$CPUS
|
||||
- make install
|
Loading…
Add table
Add a link
Reference in a new issue