dev-elixir/elixir-ls - 0.20.0 (robert7k)

Search

Package Information

Description:
Elixir Language Server and Debug Adapter
Homepage:
https://elixir-lsp.github.io/elixir-ls/ https://github.com/elixir-lsp/elixir-ls
License:
Apache-2.0

Ebuild Details

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

EAPI=8

DESCRIPTION="Elixir Language Server and Debug Adapter"
HOMEPAGE="https://elixir-lsp.github.io/elixir-ls/ https://github.com/elixir-lsp/elixir-ls"
SRC_URI="https://github.com/elixir-lsp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${P}-deps.tar.bz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="dev-lang/elixir
	dev-elixir/hex"
RDEPEND="${DEPEND}"
BDEPEND=""

src_prepare() {
	mv ../deps .

	eapply_user
}

src_compile() {
	MIX_ENV=prod mix compile
}

src_install() {
	MIX_ENV=prod mix elixir_ls.release -o ${D}/usr/share/elixir-ls
}

Dependencies

DEPEND

dev-lang/elixir
	dev-elixir/hex

RDEPEND

dev-lang/elixir
	dev-elixir/hex

Manifest for 0.20.0

Type File Size Source URLs
DIST elixir-ls-0.20.0-deps.tar.bz 9736214 bytes https://gitlab.com/api/v4/projects/35204985/packages/generic/elixir-ls/0.20.0/elixir-ls-0.20.0-deps.tar.bz
DIST elixir-ls-0.20.0.tar.gz 518856 bytes https://github.com/elixir-lsp/elixir-ls/archive/refs/tags/v0.20.0.tar.gz