add possibility to create package

This commit is contained in:
Artur Gurgul1 2025-08-07 13:02:01 +02:00
parent a7807f089c
commit ed7fc9aa7f
6 changed files with 104 additions and 10 deletions

View file

@ -14,8 +14,10 @@ packages:
repository:
url: https://github.com/postgres/postgres.git
branch: REL_17_5
version: 17.5
steps:
- ./configure --prefix=$PREFIX
- make -j$CPUS
- make install
- $SUDO mkdir -p $PREFIX
- $SUDO make install