net-proxy/insomnia-bin - 12.3.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-proxy/insomnia-bin-12.3.0

Package Information

Description:
REST API client, a postman alternative
Homepage:
https://github.com/Kong/insomnia https://insomnia.rest/
License:
MIT

Ebuild Details

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

EAPI=8

MY_PN="Insomnia.Core"
inherit desktop

DESCRIPTION="REST API client, a postman alternative"
HOMEPAGE="https://github.com/Kong/insomnia https://insomnia.rest/"
SRC_URI="https://github.com/Kong/insomnia/releases/download/core%40${PV}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"

QA_PREBUILT="opt/Insomnia.Core/insomnia /opt/Insomnia.Core/chrome-sandbox
	opt/Insomnia.Core/chrome_crashpad_handler
	opt/Insomnia.Core/*.so.1
	opt/Insomnia.Core/*.so
	opt/Insomnia.Core/resources/app.asar.unpacked/node_modules/@getinsomnia/node-libcurl/lib/binding/node_libcurl.node"

src_install() {
	dodir /opt/${MY_PN}
	cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed"
	dosym -r /opt/${MY_PN}/insomnia /usr/bin/insomnia

	doicon "${FILESDIR}"/insomnia.png
	domenu "${FILESDIR}"/insomnia.desktop
}

Inherited Eclasses

Manifest for 12.3.0

Type File Size Source URLs
DIST insomnia-bin-12.3.0.tar.gz 476202901 bytes https://github.com/Kong/insomnia/releases/download/core%4012.3.0/Insomnia.Core-12.3.0.tar.gz