app-vim/vim-autoclose - 2.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-vim/vim-autoclose-2.0

Package Information

Description:
vim plugin: open-close pair of characters
Homepage:
https://github.com/Townk/vim-autoclose
License:
vim

Ebuild Details

Version EAPI Keywords Slot
2.0 8 amd64 x86
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit vim-plugin

DESCRIPTION="vim plugin: open-close pair of characters"
HOMEPAGE="https://github.com/Townk/vim-autoclose"
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"

LICENSE="vim"
KEYWORDS="amd64 x86"

DOCS=( README.txt AUTHORS.txt )

src_unpack() {
	default
	mv * "${P}" || die
}

Inherited Eclasses

Manifest for 2.0

Type File Size Source URLs
DIST vim-autoclose-2.0.tar.gz 35779 bytes https://dev.gentoo.org/~monsieurp/packages/vim-autoclose-2.0.tar.gz