Install this version:
emerge -a =dev-vcs/jjui-0.10.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/jjui-0.10.4
Or alternatively:
emerge --autounmask-write -a =dev-vcs/jjui-0.10.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.4 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A TUI for interacting with the Jujutsu version control system"
HOMEPAGE="https://github.com/idursun/jjui"
SRC_URI="
https://github.com/idursun/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://distfiles.living180.net/${P}-vendor.tar.xz
"
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
BDEPEND="
>=dev-lang/go-1.25.0
"
RDEPEND="
>=dev-vcs/jj-0.36
"
src_compile() {
ego build ./cmd/jjui
}
src_install() {
dobin jjui
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jjui-0.10.4-vendor.tar.xz | 1903632 bytes | https://distfiles.living180.net/jjui-0.10.4-vendor.tar.xz |
| DIST | jjui-0.10.4.tar.gz | 237762 bytes | https://github.com/idursun/jjui/archive/refs/tags/v0.10.4.tar.gz |