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

Search

Install

Install this version:

emerge -a =net-misc/reqable-3.0.40

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

autounmask =net-misc/reqable-3.0.40

Or alternatively:

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

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
3.0.40 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/"
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="
	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
	domenu "${S}"/usr/share/applications/reqable.desktop
	doicon -s 1024 "${S}"/usr/share/pixmaps/reqable.png
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

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

Manifest for 3.0.40

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