net-misc/reqable - 3.2.4 (gentoo-zh)

Search

Install

Install this version:

emerge -a =net-misc/reqable-3.2.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/reqable-3.2.4

Or alternatively:

emerge --autounmask-write -a =net-misc/reqable-3.2.4

Package Information

Description:
Reqable = Fiddler + Charles + Postman, 让API调试更快 🚀 更简单 👌
Homepage:
https://reqable.com/en-US/
License:
reqable_license

Ebuild Details

Version EAPI Keywords Slot
3.2.4 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker desktop xdg

DESCRIPTION="Reqable = Fiddler + Charles + Postman, 让API调试更快 🚀 更简单 👌"
HOMEPAGE="https://reqable.com/en-US/"
SRC_URI="https://github.com/reqable/reqable-app/releases/download/${PV}/reqable-app-linux-x86_64.deb -> ${P}.deb"

S="${WORKDIR}"
LICENSE="reqable_license"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	app-arch/lz4
	dev-libs/libdbusmenu[gtk3]
	dev-libs/nspr
	dev-libs/nss
	x11-libs/gtk+:3
"

RESTRICT="strip mirror"

src_install() {
	insinto /usr/share/reqable
	doins -r "${S}"/usr/share/reqable/*
	fperms 755 /usr/share/reqable/reqable
	fperms 755 /usr/share/reqable/mcp-server
	domenu "${S}"/usr/share/applications/reqable.desktop
	doicon -s 1024 "${S}"/usr/share/pixmaps/reqable.png
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

	app-arch/lz4
	dev-libs/libdbusmenu[gtk3]
	dev-libs/nspr
	dev-libs/nss
	x11-libs/gtk+:3

Manifest for 3.2.4

Type File Size Source URLs
DIST reqable-3.2.4.deb 29948240 bytes https://github.com/reqable/reqable-app/releases/download/3.2.4/reqable-app-linux-x86_64.deb