Files
forge-packages/postgresql.pkg
2026-02-02 20:44:59 +01:00

9 lines
221 B
Plaintext

# Forge package for postgresql
VERSION=16.2
URL=https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.gz
SOURCE_TYPE=tarball
BUILD=./configure --prefix=/usr && make
INSTALL=make install
DEPS=
SYSTEM_PROVIDED=no