mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 21:03:25 +00:00
enhance(main/postgresql): build btree_gin (#19780)
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
This commit is contained in:
@@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="PostgreSQL"
|
||||
TERMUX_PKG_LICENSE_FILE="COPYRIGHT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="16.2"
|
||||
TERMUX_PKG_REVISION="1"
|
||||
TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2
|
||||
TERMUX_PKG_SHA256=446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
|
||||
TERMUX_PKG_DEPENDS="libandroid-execinfo, libandroid-shmem, libicu, libuuid, libxml2, openssl, readline, zlib"
|
||||
@@ -57,6 +58,7 @@ termux_step_post_make_install() {
|
||||
make -C doc/src/sgml install-man
|
||||
|
||||
for contrib in \
|
||||
btree_gin \
|
||||
btree_gist \
|
||||
citext \
|
||||
dblink \
|
||||
|
||||
Reference in New Issue
Block a user