diff options
| -rw-r--r-- | www-client/chawan/chawan-9999.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www-client/chawan/chawan-9999.ebuild b/www-client/chawan/chawan-9999.ebuild new file mode 100644 index 0000000..50a0bdf --- /dev/null +++ b/www-client/chawan/chawan-9999.ebuild @@ -0,0 +1,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 +" |
