Install this version:
emerge -a =app-misc/bt-1.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/bt-1.2.2
Or alternatively:
emerge --autounmask-write -a =app-misc/bt-1.2.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Interactive tree-like terminal file manager"
HOMEPAGE="https://github.com/LeperGnome/bt"
SRC_URI="
https://github.com/LeperGnome/bt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build ./cmd/bt
}
src_test() {
ego test ./...
}
src_install() {
dobin ${PN}
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bt-1.2.2-deps.tar.xz | 1626800 bytes | https://gitlab.com/api/v4/projects/69517529/packages/generic/bt/1.2.2/bt-1.2.2-deps.tar.xz |
| DIST | bt-1.2.2.tar.gz | 4987897 bytes | https://github.com/LeperGnome/bt/archive/refs/tags/v1.2.2.tar.gz |