packages: - build-essential - libreadline-dev - zlib1g-dev - flex - bison - libssl-dev - libxml2-dev - libxslt1-dev - libpam0g-dev - libedit-dev repository: # Original repository # https://git.postgresql.org/gitweb/?p=postgresql.git url: https://github.com/postgres/postgres.git branch: REL_17_5 version: 17.5 steps: - ./configure --prefix=$PREFIX --with-openssl --with-systemd - make -j$CPUS - $SUDO mkdir -p $PREFIX - $SUDO make install