mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-vim/ansible-vim: new package, add 3.2
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
This commit is contained in:
20
app-vim/ansible-vim/ansible-vim-3.2.ebuild
Normal file
20
app-vim/ansible-vim/ansible-vim-3.2.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VIM_PLUGIN_VIM_VERSION="7.0"
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: sytax highlighting for Ansible's common file types"
|
||||
HOMEPAGE="https://github.com/pearofducks/ansible-vim"
|
||||
SRC_URI="https://github.com/pearofducks/ansible-vim/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT BSD"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
vim-plugin_src_install
|
||||
|
||||
find "${ED}" -name "*LICENSE" -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user