add zuban ebuild

This commit is contained in:
fabolous005 2025-09-05 13:11:00 +02:00
parent e3acfd8d73
commit c34d3a8382
2 changed files with 29 additions and 1 deletions

View File

@ -26,7 +26,6 @@ fi
# LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
BDEPEND="

View File

@ -0,0 +1,29 @@
# 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
}