mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
app-vim/vim-jsonnet: New package
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
3c9f7a5ef0
commit
595f2ed235
24
app-vim/vim-jsonnet/vim-jsonnet-0_pre20190502.ebuild
Normal file
24
app-vim/vim-jsonnet/vim-jsonnet-0_pre20190502.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT_HASH="824dcfe76568dba38135332fc4729e2b2c4d9b3a"
|
||||
|
||||
DESCRIPTION="vim plugin: Filetype plugin for dev-lang/jsonnet"
|
||||
HOMEPAGE="https://github.com/google/vim-jsonnet"
|
||||
SRC_URI="https://github.com/google/vim-jsonnet/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-lang/jsonnet"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT_HASH}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm -f LICENSE .gitignore || die
|
||||
}
|
||||
Reference in New Issue
Block a user