mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
insomnia-bin-2022.6.0.ebuild
This commit is contained in:
parent
b9379ea36b
commit
b0adbc4833
3 changed files with 1 additions and 27 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST insomnia-bin-2022.1.0_beta_p0.tar.gz 114886617 BLAKE2B 8bdab930ef82d38af1f1613c1f695f3f06b7fdd55f31707d85572f5e6739a26c6f118d5d8185ef8378501e4b326d5aa623836ee7996899b3bccc8c4d7a3c6a32 SHA512 ddb7e6f140d1e7e641ddf14d66c0b2dc5fc9e9a986303678b0bcd568590112bf09d93b9a7b8fb048b9d4426a428355010f71aced91c33fc8c9b612eb8dd88968
|
||||
DIST insomnia-bin-2022.4.2.tar.gz 120376473 BLAKE2B abaac62cecac377c006e0b19632e0e059114ab7b174c526644a234af9d28e654c4529e9af5f0d8a743c0ba2b11768c899b02852bc2319ee06c6e0ff30854964f SHA512 fe7418041575548840fc303274d82e47452b6301cc66f979786066b48bb94ffe2629731caa16f9e5a93666ee60bfc302a259d9709c75b5ad4b95beb60b8ef9af
|
||||
DIST insomnia-bin-2022.5.1.tar.gz 121747608 BLAKE2B 93f95b3fdb783e9e57728ea88bab2b074583c690f173335a39b8ec47cbe72d7abee3a8600646ec252a18516a3abdb7670bf49b9d90d154893a7c8822467c13a5 SHA512 e72abf6048b17f838442bb3435bac434676f0e0a1ff5637b038af96963d8055b6afe27b2b0b6b8abe66983a290f0a7cc964ccdef263a2ccad241d9c8cf1e82db
|
||||
DIST insomnia-bin-2022.6.0.tar.gz 122304630 BLAKE2B 1dee2e0d9336b4140c7b746ed484385cc74d4b2249da3a59125f0594aee947adfab6aa6ad1d7ce16721e14381ba77bd065e643c77991ce114c68ee9b7fd49d90 SHA512 2648cc1726fc6d723c0612666c26573c17ed9e219c897d1f9701a9d5215477c53d8701e0b0f7eb313274b5b761ac171ada272b547568ac0df9583de703670abf
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="Insomnia.Core"
|
||||
MY_PV="${PV/_beta_p/-beta.}"
|
||||
|
||||
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${MY_PV}/${MY_PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${MY_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
|
||||
}
|
||||
Loading…
Reference in a new issue