mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 05:59:06 +00:00
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.
4 lines
152 B
Bash
4 lines
152 B
Bash
TERMUX_SUBPKG_INCLUDE="lib/php-apache/sodium.so"
|
|
TERMUX_SUBPKG_DEPENDS="libsodium, php-apache"
|
|
TERMUX_SUBPKG_DESCRIPTION="Sodium module for PHP/Apache"
|