Install this version:
emerge -a =net-misc/insomnia-bin-12.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/insomnia-bin-12.5.0
Or alternatively:
emerge --autounmask-write -a =net-misc/insomnia-bin-12.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 12.5.0 | 8 | amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="Insomnia.Core"
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"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${MY_PN}-${PV}"
QA_PREBUILT="/opt/Insomnia.Core/insomnia /opt/Insomnia.Core/chrome-sandbox
/opt/Insomnia.Core/*.so"
src_install() {
dodir /opt/${MY_PN}
cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed"
dosym "${EPREFIX}"/opt/${MY_PN}/insomnia /usr/bin/insomnia
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | insomnia-bin-12.5.0.tar.gz | 583072731 bytes | https://github.com/Kong/insomnia/releases/download/core%4012.5.0/Insomnia.Core-.tar.gz |