0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-26 10:24:59 +00:00
Files
termux-packages/packages/php-redis/build.sh
Termux Github Actions 9579cdec0e bump(main/php-redis): 6.2.0
This commit has been automatically submitted by Github Actions.
2025-03-25 00:43:27 +00:00

15 lines
537 B
Bash

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_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.2.0"
TERMUX_PKG_SRCURL=https://github.com/phpredis/phpredis/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=470333b27cbf9485d36b610b81300c06491a6575f22c6801a9cefc55285ed123
TERMUX_PKG_DEPENDS=php
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
termux_step_pre_configure() {
$TERMUX_PREFIX/bin/phpize
}