View previous topic :: View next topic |
Author |
Message |
sumati Apprentice
Joined: 10 Nov 2019 Posts: 184
|
Posted: Sun Mar 03, 2024 9:08 am Post subject: vieb? |
|
|
Is there any way to install the vim-key browser called Vieb through eselect repository (former layman)? |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1709 Location: Germany
|
|
Back to top |
|
|
sumati Apprentice
Joined: 10 Nov 2019 Posts: 184
|
Posted: Sun Mar 03, 2024 10:11 am Post subject: |
|
|
What a pity. Hope it will be available soon. Thank you for your reply. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31255 Location: here
|
Posted: Sun Mar 03, 2024 11:00 am Post subject: |
|
|
An early draft of the vieb-bin-11.0.0.ebuild.
vieb-bin-11.0.0.ebuild: | # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN/-bin}"
DESCRIPTION="Vim Inspired Electron Browser - Vim bindings for the web by design"
HOMEPAGE="https://vieb.dev"
SRC_URI="https://github.com/Jelmerro/Vieb/releases/download/${PV}/${MY_PN}-${PV}.pacman -> ${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"
RDEPEND="app-arch/snappy
dev-libs/libevent
dev-libs/libpcre2
dev-libs/nss
media-libs/libvpx
net-dns/c-ares
dev-libs/libxslt
x11-libs/gtk+:3
x11-libs/libnotify
x11-libs/libXScrnSaver
"
S="${WORKDIR}"
QA_PREBUILT="
opt/${MY_PN}/*.so*
opt/${MY_PN}/vieb
opt/${MY_PN}/chrome-sandbox
opt/${MY_PN}/chrome_crashpad_handler
"
src_install() {
insinto /opt/Vieb
doins -r opt/Vieb/.
exeinto /opt/Vieb
doexe opt/Vieb/*.so*
doexe opt/Vieb/{chrome-sandbox,chrome_crashpad_handler,vieb}
insinto /usr/share/applications/
doins usr/share/applications/vieb.desktop
insinto /usr/share/icons/hicolor/
doins -r usr/share/icons/hicolor/.
dosym -r /opt/Vieb/vieb /usr/bin/vieb
} |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
sumati Apprentice
Joined: 10 Nov 2019 Posts: 184
|
|
Back to top |
|
|
|