# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_COMMIT="86ac6599b13617ff938905ba4cdd8225d7eb6a2e"

DESCRIPTION="Kakoune plugin for automatic handling of indentation styles"
HOMEPAGE="https://github.com/andreyorst/smarttab.kak"
SRC_URI="https://github.com/andreyorst/smarttab.kak/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/smarttab.kak-${MY_COMMIT}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

DOCS=( README.md )

src_install() {
	insinto /usr/share/kak/rc/"${PN}"
	doins rc/*.kak

	einstalldocs
}