View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.85.0"
inherit cargo git-r3
DESCRIPTION="A formatter for kdl documents"
HOMEPAGE="https://github.com/hougesen/kdlfmt"
EGIT_REPO_URI="https://github.com/hougesen/kdlfmt.git"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT Unicode-3.0"
SLOT="0"
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}
src_install() {
cargo_src_install --path cli
}