Install this version:
emerge -a =dev-util/go-task-3.52.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/go-task-3.52.0
Or alternatively:
emerge --autounmask-write -a =dev-util/go-task-3.52.0
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit go-module
DESCRIPTION="A task runner / simpler Make alternative written in Go"
HOMEPAGE="https://taskfile.dev"
SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://git.skysolutions.fi/gentoo-mirror/guru-vendored/releases/download/go-task-${PV}/go-task-${PV}-deps.tar.xz"
S="${WORKDIR}/task-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
BDEPEND=">=dev-lang/go-1.25.10"
src_compile() {
ego build github.com/go-task/task/v3/cmd/task
}
src_install() {
dobin task
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | go-task-3.52.0-deps.tar.xz | 473328412 bytes | https://git.skysolutions.fi/gentoo-mirror/guru-vendored/releases/download/go-task-3.52.0/go-task-3.52.0-deps.tar.xz |
| DIST | go-task-3.52.0.tar.gz | 604188 bytes | https://github.com/go-task/task/archive/refs/tags/v3.52.0.tar.gz |