dev-util/kdlfmt - 9999 (buhserepo)

Search

Package Information

Description:
A formatter for kdl documents
Homepage:
https://github.com/hougesen/kdlfmt
License:
MIT Apache-2.0 MIT Unicode-3.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
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
}