You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07: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
143 B
Bash
4 lines
143 B
Bash
TERMUX_SUBPKG_INCLUDE="lib/php-apache/opcache.so"
|
|
TERMUX_SUBPKG_DEPENDS="php-apache"
|
|
TERMUX_SUBPKG_DESCRIPTION="OPcache module for PHP/Apache"
|