app-emacs/indent-bars - 0.9.2 (gentoo)

Search

Package Information

Description:
Fast, configurable indentation guide-bars for Emacs
Homepage:
https://github.com/jdtsmith/indent-bars/

Ebuild Details

Version EAPI Keywords Slot
0.9.2 8 amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

NEED_EMACS="27.1"

inherit elisp

DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
HOMEPAGE="https://github.com/jdtsmith/indent-bars/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/jdtsmith/${PN}"
else
	SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.gh.tar.gz"

	KEYWORDS="amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

RDEPEND="
	app-emacs/compat
"
BDEPEND="
	${RDEPEND}
"

DOCS=( README.md examples.md )
SITEFILE="50${PN}-gentoo.el"

Dependencies

RDEPEND

	app-emacs/compat

BDEPEND

	
	app-emacs/compat

Manifest for 0.9.2

Type File Size Source URLs
DIST indent-bars-0.9.2.gh.tar.gz 55533 bytes https://github.com/jdtsmith/indent-bars/archive/refs/tags/v0.9.2.tar.gz