mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-vim/vim-sensible: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/vim-sensible/Manifest
Normal file
1
app-vim/vim-sensible/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vim-sensible-1.2.tar.gz 3035 BLAKE2B 866745b9f86fd1dae442d0e6ab78c5af068a6a1088b71e2aec51fba113a29c0776e0c650b8933738ba2463a235d4e906810179f9606706e977776e85b667f618 SHA512 d44d4478ce81fcc923e1d7d6d0115125070414526835b46c21b50d1ae2365ff597a1c4b5a725fdfce072f37fd58a7eb60eea7dd25f15ab7544771ca81b32b187
|
||||
26
app-vim/vim-sensible/metadata.xml
Normal file
26
app-vim/vim-sensible/metadata.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Think of sensible.vim as one step above 'nocompatible' mode: a universal
|
||||
set of defaults that (hopefully) everyone can agree on.
|
||||
|
||||
* If you're new to Vim, you can install this as a starting point, rather
|
||||
than copying some random vimrc you found.
|
||||
|
||||
* If you're pair programming and you can't agree on whose vimrc to use,
|
||||
this can be your neutral territory.
|
||||
|
||||
* If you're administrating a server with an account that's not
|
||||
exclusively yours, you can `scp` this up to make things a bit more
|
||||
tolerable.
|
||||
|
||||
* If you're troubleshooting a plugin and need to rule out interference
|
||||
from your vimrc, having this installed will ensure you still have some
|
||||
basic amenities.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
14
app-vim/vim-sensible/vim-sensible-1.2.ebuild
Normal file
14
app-vim/vim-sensible/vim-sensible-1.2.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone can agree on"
|
||||
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4391
|
||||
https://github.com/tpope/vim-sensible"
|
||||
SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="vim"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user