dev-db/dolt - 2.2.3 (mndz)

Search

Install

Install this version:

emerge -a =dev-db/dolt-2.2.3

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

autounmask =dev-db/dolt-2.2.3

Or alternatively:

emerge --autounmask-write -a =dev-db/dolt-2.2.3

Package Information

Description:
Dolt – Git for Data
Homepage:
https://github.com/dolthub/dolt
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.2.3 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="Dolt – Git for Data"
HOMEPAGE="https://github.com/dolthub/dolt"
SRC_URI="https://github.com/dolthub/dolt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/0x6d6e647a/mndz-overlay-assets/releases/download/dolt-${PV}/dolt-${PV}-vendor.tar.xz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x64-macos ~x64-solaris ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

S="${WORKDIR}/${P}/go"

src_compile() {
	ego build -ldflags "-s -w -X 'github.com/dolthub/dolt/go/cmd/dolt/doltversion.Version=${PV}'" -v -x -work -o "${PN}" "./cmd/${PN}"
}

src_install() {
	einstalldocs
	dobin dolt
}

src_test() {
	ego test ./...
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.26.2:=

Manifest for 2.2.3

Type File Size Source URLs
DIST dolt-2.2.3.tar.gz 12237701 bytes https://github.com/dolthub/dolt/archive/refs/tags/v2.2.3.tar.gz