summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-02-26 19:05:05 -0800
committerPatrick McLean <chutzpah@gentoo.org>2021-02-26 19:05:05 -0800
commit270971fea79e51313cd2001accc6aa514bf9a3e5 (patch)
tree41aea43bca8f170b8fe37fc06d93c36afc6b7c72 /app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild
parentsys-cluster/ceph: Remove old (diff)
downloadgentoo-270971fea79e51313cd2001accc6aa514bf9a3e5.tar.gz
gentoo-270971fea79e51313cd2001accc6aa514bf9a3e5.tar.bz2
gentoo-270971fea79e51313cd2001accc6aa514bf9a3e5.zip
app-vim/vim-jq: New package
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild')
-rw-r--r--app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild b/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild
new file mode 100644
index 000000000000..14b9d6519136
--- /dev/null
+++ b/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT_HASH="0076ef5424894e17f0ab17f4d025a3b519008134"
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Runtime files for app-misc/jq"
+HOMEPAGE="https://github.com/bfrg/vim-jq"
+SRC_URI="https://github.com/bfrg/vim-jq/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"