Install this version:
emerge -a =net-misc/another-redis-desktop-manager-bin-1.7.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/another-redis-desktop-manager-bin-1.7.2
Or alternatively:
emerge --autounmask-write -a =net-misc/another-redis-desktop-manager-bin-1.7.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.2 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop xdg
DESCRIPTION="A faster, better and more stable Redis desktop manager [GUI client]"
HOMEPAGE="https://github.com/qishibo/AnotherRedisDesktopManager"
SRC_URI="https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v${PV}/Another-Redis-Desktop-Manager-linux-${PV}-x86_64.AppImage -> ${P}.AppImage"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="sys-fs/fuse:0"
src_unpack() {
cp "${DISTDIR}/${P}.AppImage" another-redis-desktop-manager || die
}
src_install() {
dobin another-redis-desktop-manager
domenu "${FILESDIR}/another-redis-desktop-manager.desktop"
doicon -s scalable "${FILESDIR}/another-redis-desktop-manager.svg"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | another-redis-desktop-manager-bin-1.7.2.AppImage | 84339710 bytes | https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.2/Another-Redis-Desktop-Manager-linux-1.7.2-x86_64.AppImage |