# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit savedconfig xdg DESCRIPTION='a fast, lightweight, vim-like browser based on webkit' HOMEPAGE='http://fanglingsu.github.io/vimb/' MY_COMMIT="8f982fed39d409057b5e4fcf8cf7b58c606af5fe" SRC_URI="https://github.com/fanglingsu/vimb/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-${MY_COMMIT}" LICENSE='GPL-3' SLOT='3' KEYWORDS='~amd64' IUSE='savedconfig' RDEPEND=' x11-libs/gtk+:3