dev-util/efm-langserver - 0.0.55 (gbrlsnchs)

Search

Package Information

Description:
General purpose language server
Homepage:
https://github.com/mattn/efm-langserver
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="General purpose language server"
HOMEPAGE="https://github.com/mattn/efm-langserver"

SRC_URI="
	${HOMEPAGE}/archive/refs/tags/v${PV}.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 -mod=vendor -o ${PN} -v -ldflags="-s -w -X 'main.revision=${PV}'" .
}

src_install() {
	dobin ${PN}
}

Manifest for 0.0.55

Type File Size Source URLs
DIST efm-langserver-0.0.55-vendor.tar.xz 75384 bytes https://github.com/gbrlsnchs/ebuilds-archive/releases/download/efm-langserver-0.0.55/efm-langserver-0.0.55-vendor.tar.xz