9 lines
221 B
Plaintext
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
|