net-misc/bruno-bin - 3.2.0 (gentoo-zh)

Search

Package Information

Description:
Opensource IDE For Exploring and Testing Api's
Homepage:
https://www.usebruno.com/
License:
MIT

Ebuild Details

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

EAPI=8

inherit unpacker desktop xdg

DESCRIPTION="Opensource IDE For Exploring and Testing Api's"
HOMEPAGE="https://www.usebruno.com/"
SRC_URI="https://github.com/usebruno/bruno/releases/download/v${PV}/bruno_${PV}_amd64_linux.deb"

S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"

RDEPEND="
	dev-libs/nss
	media-libs/alsa-lib
	x11-libs/gtk+:3[X,cups]
	x11-libs/libxkbcommon[X]
"

RESTRICT="strip"

src_install() {
	insinto /opt/Bruno
	doins -r "${S}"/opt/Bruno/.
	fperms +x /opt/Bruno/bruno
	fperms +x /opt/Bruno/chrome-sandbox
	fperms +x /opt/Bruno/chrome_crashpad_handler

	domenu "${S}"/usr/share/applications/bruno.desktop

	for size in 16 24 32 48 64 128 256 512 1024; do
		doicon -s ${size} "${S}"/usr/share/icons/hicolor/${size}x${size}/apps/bruno.png
	done
}

Dependencies

RDEPEND

	dev-libs/nss
	media-libs/alsa-lib
	x11-libs/gtk+:3[X,cups]
	x11-libs/libxkbcommon[X]

Manifest for 3.2.0

Type File Size Source URLs
DIST bruno_3.2.0_amd64_linux.deb 100378016 bytes https://github.com/usebruno/bruno/releases/download/v3.2.0/bruno_3.2.0_amd64_linux.deb