app-emacs/mood-line - 3.1.1 (parona-overlay)

Search

Package Information

Description:
Minimal mode line configuration for Emacs, inspired by doom-modeline
Homepage:
https://git.tty.dog/jessieh/mood-line https://gitlab.com/jessieh/mood-line
License:
GPL-2+

Ebuild Details

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

EAPI=8

inherit elisp

DESCRIPTION="Minimal mode line configuration for Emacs, inspired by doom-modeline"
HOMEPAGE="
	https://git.tty.dog/jessieh/mood-line
	https://gitlab.com/jessieh/mood-line
"
SRC_URI="https://gitlab.com/jessieh/mood-line/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"

SITEFILE="50${PN}-gentoo.el"

# https://git.tty.dog/jessieh/mood-line/src/branch/main/ert-test.sh
elisp-enable-tests ert "${S}" \
	--load=test/mood-line-test.el \
	--load=test/mood-line-segment-vc-test.el \
	--funcall=ert-run-tests-batch-and-exit

Manifest for 3.1.1

Type File Size Source URLs
DIST mood-line-3.1.1.tar.bz2 122198 bytes https://gitlab.com/jessieh/mood-line/-/archive/3.1.1/mood-line-3.1.1.tar.bz2