diff options
| author | mhsn <mail@mhsn.net> | 2026-03-26 12:11:48 +0000 |
|---|---|---|
| committer | mhsn <mail@mhsn.net> | 2026-03-26 12:13:18 +0000 |
| commit | 0ae4110004fb6051834f8ad4b1a8c483b2e74571 (patch) | |
| tree | 3ce112d4843cbc169d35d66c41815dbf0e3d0e7c | |
| parent | 11f24a2e24758514ad70dd1641278cceb46b5eb6 (diff) | |
| download | adelie-0ae4110004fb6051834f8ad4b1a8c483b2e74571.tar.gz adelie-0ae4110004fb6051834f8ad4b1a8c483b2e74571.zip | |
| -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 +" |
