summaryrefslogtreecommitdiff
path: root/www-client/chawan/chawan-9999.ebuild
blob: 50a0bdf73ac18a3abc0fc5cb4c410af8e7568567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 desktop toolchain-funcs

DESCRIPTION="TUI web browser"
HOMEPAGE="https://chawan.net/"
EGIT_REPO_URI="https://git.sr.ht/~bptato/$PN"

LICENSE="Unlicense"
SLOT="0"

RDEPEND="
	app-arch/brotli
	dev-libs/openssl
	net-libs/libssh2
"
DEPEND="${RDEPEND}
	dev-lang/nim
"
BDEPEND="
	virtual/pkgconfig
"