summaryrefslogtreecommitdiff
path: root/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
commit4c4bbf21230bd972cf759b2a40b782aa4149fc1f (patch)
treea59d84c4fdbf92f79a7545ab2aa28896f6a714e1 /app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
parente7f37e03b952768321c8c943a80eff4152ea7bbd (diff)
gentoo auto-resync : 22:08:2022 - 08:42:42
Diffstat (limited to 'app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild')
-rw-r--r--app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild b/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
new file mode 100644
index 000000000000..130de353f5d6
--- /dev/null
+++ b/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
@@ -0,0 +1,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"