dev-vcs/fvs2 - 0.9.0 (guru)

Search

Install

Install this version:

emerge -a =dev-vcs/fvs2-0.9.0

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

autounmask =dev-vcs/fvs2-0.9.0

Or alternatively:

emerge --autounmask-write -a =dev-vcs/fvs2-0.9.0

Package Information

Description:
Standalone CLI for FVS v2
Homepage:
https://github.com/fvs-lab/fvs2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

# See https://github.com/mirkobrombin/FVS for the first version
DESCRIPTION="Standalone CLI for FVS v2"
HOMEPAGE="https://github.com/fvs-lab/fvs2"
SRC_URI="
	https://github.com/fvs-lab/fvs2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	>=dev-lang/go-1.25.0
"

src_compile() {
	ego build ./cmd/fvs2
}

src_install() {
	dobin ${PN}
	dodoc README.md
}

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-lang/go-1.25.0

Manifest for 0.9.0

Type File Size Source URLs
DIST fvs2-0.9.0-deps.tar.xz 1415904 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/fvs2/0.9.0/fvs2-0.9.0-deps.tar.xz
DIST fvs2-0.9.0.tar.gz 717604 bytes https://github.com/fvs-lab/fvs2/archive/refs/tags/v0.9.0.tar.gz