app-emacs/yaml-mode - 0.0.16 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/yaml-mode-0.0.16

Package Information

Description:
A major mode for GNU Emacs for editing YAML files
Homepage:
https://github.com/yoshiki/yaml-mode/
License:
GPL-2+

Ebuild Details

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

EAPI=8

inherit elisp

DESCRIPTION="A major mode for GNU Emacs for editing YAML files"
HOMEPAGE="https://github.com/yoshiki/yaml-mode/"

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

	EGIT_REPO_URI="https://github.com/yoshiki/${PN}"
else
	SRC_URI="https://github.com/yoshiki/${PN}/archive/${PV}.tar.gz
		-> ${P}.tar.gz"

	KEYWORDS="amd64 ~arm64 ~x86"
fi

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

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

elisp-enable-tests ert test

Inherited Eclasses

Manifest for 0.0.16

Type File Size Source URLs
DIST yaml-mode-0.0.16.tar.gz 23508 bytes https://github.com/yoshiki/yaml-mode/archive/0.0.16.tar.gz