gentoo-ebuilds/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
Matthew Smith 21070120f4
app-emacs/*: drop redundant NEED_EMACS
Not needed after elisp-common.eclass changed the default to
25.3 (the oldest currently in tree).

Signed-off-by: Matthew Smith <matthew@gentoo.org>
[Whitespace: removed double empty lines]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2023-03-26 18:50:43 +02:00

23 lines
578 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT=071c1c29bac30351ad338136f2b625e5601365cd
inherit elisp
DESCRIPTION="Emacs major mode for editing jq queries"
HOMEPAGE="https://github.com/ljos/jq-mode/"
SRC_URI="https://github.com/ljos/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~x86"
RESTRICT="test" # tests fail, also they only test the ob integration
RDEPEND="app-misc/jq"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"