net-misc/another-redis-desktop-manager-bin: new package

This commit is contained in:
gouwazi 2025-02-17 16:29:55 +08:00 committed by peeweep
parent 185994d0c0
commit 29079ffbb6
6 changed files with 85 additions and 0 deletions

View File

@ -1163,6 +1163,13 @@ use_latest_release = true
prefix = "v"
github_account = "123485k"
["net-misc/another-redis-desktop-manager"]
source = "github"
github = "qishibo/AnotherRedisDesktopManager"
use_latest_release = true
prefix = "v"
github_account = "gouwazi"
# TODO: upstream no tags
#["net-misc/apifox"]

View File

@ -0,0 +1 @@
DIST another-redis-desktop-manager-bin-1.7.1.AppImage 84232995 BLAKE2B c7e62b43a04a254f2a3155a12e8d8b53c40fdd498e894bc1b35b2a903e85544e4045d6c6e4b652a7361a6a548e1fe727332a092769e0eebe541f42a036baba69 SHA512 7b1e7976681fde7263a462a9dfd827e9d088623a5b4ff95b2142f421683e525345ad7739dc80fe130b637683ec60590484b51b00ccfee00bd2fb12926b608d1c

View File

@ -0,0 +1,29 @@
# 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"
BDEPEND="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"
}

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Another Redis Desktop Manager
Exec=/usr/bin/another-redis-desktop-manager --ignore-additional-command-line-flags --ozone-platform-hint=auto --enable-wayland-ime %U
Comment=A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.
Comment[zh_CN]=Redis(GUI)WindowsMacLinux
Terminal=false
Icon=another-redis-desktop-manager
Type=Application
StartupNotify=true
StartupWMClass=another-redis-desktop-manager
Categories=Network;Development;Utility;

View File

@ -0,0 +1,26 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="128.000000pt" height="128.000000pt" viewBox="0 0 128.000000 128.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M186 1264 c-70 -22 -149 -103 -170 -174 -24 -79 -24 -821 0 -899 21
-73 88 -144 162 -171 53 -20 71 -21 481 -18 418 3 427 3 467 25 53 28 99 74
127 127 22 40 22 49 25 467 3 410 2 428 -18 481 -27 74 -98 141 -171 162 -76
23 -829 22 -903 0z m837 -76 c34 -18 46 -39 47 -81 0 -75 -83 -114 -143 -67
-82 65 4 198 96 148z m-125 -193 c16 -14 32 -37 35 -51 3 -15 -12 -88 -36
-170 l-40 -142 82 -115 c86 -122 101 -159 81 -206 -22 -54 -51 -65 -159 -57
-53 4 -112 9 -131 12 -35 5 -36 5 -85 -76 -53 -87 -82 -110 -138 -110 -63 0
-82 27 -114 159 l-28 118 -72 37 c-55 29 -75 45 -88 72 -26 56 -13 94 55 168
l60 64 0 110 c0 123 7 153 44 177 43 29 91 22 153 -21 30 -22 60 -43 66 -48 8
-5 48 12 112 48 116 65 156 71 203 31z"/>
<path d="M701 845 c-62 -36 -115 -65 -117 -65 -2 0 -36 25 -76 56 l-73 56 -3
-118 -3 -119 -47 -50 c-26 -27 -56 -60 -66 -72 l-18 -22 78 -38 79 -39 26
-109 c14 -61 28 -116 30 -124 3 -8 31 27 67 83 70 110 52 104 235 82 59 -6
107 -11 107 -9 0 2 -37 56 -83 120 -46 65 -86 123 -90 129 -3 6 13 76 37 157
24 81 40 147 37 147 -3 0 -57 -29 -120 -65z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>gouwazi</name>
<email>izawuog@protonmail.com</email>
</maintainer>
<upstream>
<remote-id type="github">qishibo/AnotherRedisDesktopManagero</remote-id>
</upstream>
</pkgmetadata>