mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
16 lines
441 B
Bash
16 lines
441 B
Bash
# 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"
|