net-misc/another-redis-desktop-manager-bin - 1.7.1 (gentoo-zh)

Search

Package Information

Description:
A faster, better and more stable Redis desktop manager [GUI client]
Homepage:
https://github.com/qishibo/AnotherRedisDesktopManager
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.7.1 8 ~amd64 0
View Raw Ebuild
# 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"
}

Dependencies

RDEPEND

sys-fs/fuse:0

Manifest for 1.7.1

Type File Size Source URLs
DIST another-redis-desktop-manager-bin-1.7.1.AppImage 84232995 bytes https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.1/Another-Redis-Desktop-Manager-linux-1.7.1-x86_64.AppImage