1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit unpacker desktop xdg
8 DESCRIPTION
="Open source API development ecosystem"
9 HOMEPAGE
="https://hoppscotch.io"
11 SRC_URI
="https://github.com/hoppscotch/releases/releases/download/v${MY_PV}/Hoppscotch_linux_x64.deb -> ${P}.deb"
19 RDEPEND
="net-libs/webkit-gtk:4"
21 RESTRICT
="strip mirror"
24 dobin
"${S}"/usr
/bin
/hoppscotch
26 domenu
"${S}"/usr
/share
/applications
/hoppscotch.desktop
28 for size
in 32 128; do
29 doicon
-s ${size} "${S}"/usr/share/icons/hicolor/${size}x${size}/apps
/hoppscotch.png
31 doicon
-s 256 "${S}"/usr
/share
/icons
/hicolor
/256x256@
2/apps
/hoppscotch.png