| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.25.0 | 8 | ~amd64 ~arm64 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
DESCRIPTION="Simple web interface to manage Redis databases."
HOMEPAGE="https://github.com/erikdubbelboer/phpRedisAdmin"
SRC_URI="https://github.com/erikdubbelboer/phpRedisAdmin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/phpRedisAdmin-${PV}"
LICENSE="CC-BY-SA-3.0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
dev-db/redis
dev-lang/php
dev-php/predis
virtual/httpd-php
"
need_httpd_cgi
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
dosym /usr/share/php/predis ${MY_HTDOCSDIR}/vendor
webapp_src_install
}
pkg_postinst() {
elog "Please remember to set up a config.inc.php when installing for the first time."
webapp_pkg_postinst
}
dev-db/redis dev-lang/php dev-php/predis virtual/httpd-php
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | phpredisadmin-1.25.0.tar.gz | 75126 bytes | https://github.com/erikdubbelboer/phpRedisAdmin/archive/refs/tags/v1.25.0.tar.gz |