summaryrefslogtreecommitdiff
path: root/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
blob: 130de353f5d6ab604401a3f2f913b7f694481bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

H=071c1c29bac30351ad338136f2b625e5601365cd
NEED_EMACS=25.1

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/${H}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${H}

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"