Install this version:
emerge -a =net-nntp/nzb-monkey-go-0.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-nntp/nzb-monkey-go-0.3.3
Or alternatively:
emerge --autounmask-write -a =net-nntp/nzb-monkey-go-0.3.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.3 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Golang version of the NZB Monkey with included NZB direct search"
HOMEPAGE="https://github.com/Tensai75/nzb-monkey-go"
SRC_URI="
https://github.com/Tensai75/nzb-monkey-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.com/api/v4/projects/64330835/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"
LICENSE="MIT"
# vendored licenses
LICENSE+=" Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.25.0"
src_compile() {
ego build -ldflags="-X main.appVersion=${PV}"
}
src_install() {
dobin nzb-monkey-go
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nzb-monkey-go-0.3.3-deps.tar.xz | 19141220 bytes | https://gitlab.com/api/v4/projects/64330835/packages/generic/nzb-monkey-go/0.3.3/nzb-monkey-go-0.3.3-deps.tar.xz |
| DIST | nzb-monkey-go-0.3.3.tar.gz | 611081 bytes | https://github.com/Tensai75/nzb-monkey-go/archive/refs/tags/v0.3.3.tar.gz |