0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 08:18:54 +00:00
termux-packages/packages/php/php-apache-pgsql.subpackage.sh
Tee KOBAYASHI 8414a3aa0f php: Bump to 8.2.0
Extensions for PHP/Apache are packaged under the name of `php-apache-*`
and are installed under the directory `$PREFIX/lib/php-apache/`.

(Extensions under `$PREFIX/lib/php/` will not work with PHP/Apache.)

See also https://github.com/termux/termux-packages/issues/13256.
2022-12-12 20:57:01 +00:00

4 lines
185 B
Bash

TERMUX_SUBPKG_INCLUDE="lib/php-apache/pgsql.so lib/php-apache/pdo_pgsql.so"
TERMUX_SUBPKG_DEPENDS="php-apache, postgresql"
TERMUX_SUBPKG_DESCRIPTION="PostgreSQL modules for PHP/Apache"