new package: php-redis (#5859)

This commit is contained in:
qubist-pixel 2020-09-28 17:48:38 +05:30 committed by GitHub
parent 7e89e130ce
commit 4db6ff9055
1 changed files with 11 additions and 0 deletions

11
packages/php-redis/build.sh Executable file
View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://github.com/phpredis/phpredis
TERMUX_PKG_DESCRIPTION="PHP extension for interfacing with Redis"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_VERSION=5.3.1
TERMUX_PKG_SRCURL=https://github.com/phpredis/phpredis/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=930dc88ef126509b8991c52757fdc68908c753b476ad6f25dae0ce6925870f14
TERMUX_PKG_DEPENDS=php
termux_step_pre_configure() {
$TERMUX_PREFIX/bin/phpize
}