app-admin/tofu-ls - 0.5.0 (gbrlsnchs)

Search

Install

Install this version:

emerge -a =app-admin/tofu-ls-0.5.0

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

autounmask =app-admin/tofu-ls-0.5.0

Or alternatively:

emerge --autounmask-write -a =app-admin/tofu-ls-0.5.0

Package Information

Description:
OpenTofu language server
Homepage:
https://opentofu.org https://github.com/opentofu/tofu-ls
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gabriel Sanches
# Distributed under the terms of the ISC License

EAPI=8

inherit go-module

DESCRIPTION="OpenTofu language server"
HOMEPAGE="
	https://opentofu.org
	https://github.com/opentofu/${PN}
"

SRC_URI="
	https://github.com/opentofu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gbrlsnchs/ebuilds-archive/releases/download/${P}/${P}-vendor.tar.xz
"

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

src_compile() {
	ego build -o ${PN} -v .
}

src_install() {
	dobin ${PN}

	default
}

Inherited Eclasses

Manifest for 0.5.0

Type File Size Source URLs
DIST tofu-ls-0.5.0-vendor.tar.xz 4247808 bytes https://github.com/gbrlsnchs/ebuilds-archive/releases/download/tofu-ls-0.5.0/tofu-ls-0.5.0-vendor.tar.xz
DIST tofu-ls-0.5.0.tar.gz 1760585 bytes https://github.com/opentofu/tofu-ls/archive/refs/tags/v0.5.0.tar.gz