1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 17:32:32 +01:00
Files
gryf-overlay/www-client/nyxt/nyxt-9999.ebuild
2021-04-03 16:01:44 +02:00

24 lines
509 B
Bash

# 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"