dev-util/beads - 1.1.2-r1 (mndz)

Search

Install

Install this version:

emerge -a =dev-util/beads-1.1.2-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/beads-1.1.2-r1

Or alternatively:

emerge --autounmask-write -a =dev-util/beads-1.1.2-r1

Package Information

Description:
bd – Beads: Distributed graph issue tracker for AI agents
Homepage:
https://github.com/gastownhall/beads
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.2-r1 8 ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x64-macos ~x64-solaris ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

BDEPEND=">=dev-lang/go-1.26.2:="

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 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x64-macos ~x64-solaris ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

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 ./...
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-util/beads | euse -E <flag> -p dev-util/beads | euse -D <flag> -p dev-util/beads

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.26.2:=