mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
insomnia-bin: typo
This commit is contained in:
parent
6fb690259b
commit
0550f9a089
1 changed files with 1 additions and 3 deletions
|
|
@ -9,14 +9,12 @@ 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"
|
||||
#https://github.com/Kong/insomnia/releases/download/core%402022.1.0-beta.0/Insomnia.Core-2022.1.0-beta.0.tar.gz
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${MY_PV}"
|
||||
QA_PREBUILT="/opt/Insomnia.Core/insomnia /opt/Insomnia.Core/chrome-sandbox
|
||||
/opt/Insomnia.Core/*.so"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue