febuild/dev-util/zuban/zuban-9999.ebuild
2025-09-05 13:11:00 +02:00

30 lines
448 B
Bash

# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES=""
inherit cargo
DESCRIPTION="Zuban Language Server"
HOMEPAGE="https://zubanls.com/"
inherit git-r3
EGIT_REPO_URI="https://github.com/zubanls/zuban.git"
# LICENSE=""
SLOT="0"
IUSE=""
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}
src_install() {
cargo_src_install --path ./crates/zuban --offline --frozen
}