1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-05 01:15:48 +01:00

Added nyxt

This commit is contained in:
2021-04-03 16:01:44 +02:00
parent 0065d17480
commit fed6516a00
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Nyxt web brtowser - the internet on your terms."
HOMEPAGE="https://nyxt.atlas.engineer/"
EGIT_REPO_URI="https://github.com/atlas-engineer/nyxt"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
DEPEND="net-libs/webkit-gtk
net-libs/glib-networking
gnome-base/gsettings-desktop-schemas
dev-lisp/libfixposix
app-text/enchant"
RDEPEND="${DEPEND}"
BDEPEND="dev-lisp/sbcl
dev-lisp/asdf"