Install this version:
emerge -a =dev-util/beads-1.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/beads-1.0.4
Or alternatively:
emerge --autounmask-write -a =dev-util/beads-1.0.4
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="bd – Beads: Distributed graph issue tracker for AI agents"
HOMEPAGE="https://github.com/gastownhall/beads"
SRC_URI="https://github.com/gastownhall/beads/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/0x6d6e647a/mndz-overlay-assets/releases/download/beads-${PV}/beads-${PV}-vendor.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
src_compile() {
export CGO_ENABLED=1
ego build -tags gms_pure_go -ldflags "-s -w -X main.Version=${PV}" -v -x -work -o bd ./cmd/bd
}
src_install() {
einstalldocs
dobin bd
}
src_test() {
ego test ./...
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | beads-1.0.4.tar.gz | 4322215 bytes | https://github.com/gastownhall/beads/archive/refs/tags/v1.0.4.tar.gz |