app-vim/vim-sensible: add 2.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-19 23:43:17 +05:00
parent 8fa48c4629
commit 1c0ca7cee7
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone can agree on"
HOMEPAGE="
https://github.com/tpope/vim-sensible
http://www.vim.org/scripts/script.php?script_id=4391
"
SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"