dev-vcs/fvs2: new package, add 0.1.5

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-06-26 19:36:29 +03:00
parent 92b2125f8e
commit dd688cc6f3
3 changed files with 41 additions and 0 deletions

2
dev-vcs/fvs2/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST fvs2-0.1.5-deps.tar.xz 45600 BLAKE2B 93bf16ae1790b686abf345433e0687a59b939371e91f09cd3a3e2e101457bf570a2b0319e6dd4e1775aee6d74bb252dfca0321abca0db6a02ecf34fbb5260cbc SHA512 6592bfa4c0bbeb9d44414dd8b39e6a1e9be615a3661b0c4a6d93d1335abedbe13fa933f90194937d9fd5d9c8cbcf752560b68bb549cbaa14c1c7baaaa3afaf96
DIST fvs2-0.1.5.tar.gz 8955 BLAKE2B ca4014e07c1c069fc339c7bf5121c897b1f17953925691f053bcef490ee97c6c98ec77839089cb5ecbff5eabc1145e753b8841a57f785967ae91de642539e840 SHA512 f024fdff11fa880999c33277de7d53a0375f79ef3280955eb78b5a2abd4549d9198c314a3533cbcf642d754c13b816ccc1a20cecbec6be8038e0cfed85c0c23c

View File

@@ -0,0 +1,27 @@
# 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"
src_compile() {
ego build ./cmd/fvs2
}
src_install() {
dobin ${PN}
dodoc README.md
}

12
dev-vcs/fvs2/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Pavel Sobolev</name>
<email>contact@paveloom.dev</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/fvs-lab/fvs2/issues</bugs-to>
<remote-id type="github">fvs-lab/fvs2</remote-id>
</upstream>
</pkgmetadata>