mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-vim/bracketed-paste: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
26
app-vim/bracketed-paste/bracketed-paste-20180522.ebuild
Normal file
26
app-vim/bracketed-paste/bracketed-paste-20180522.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit readme.gentoo-r1 vim-plugin
|
||||
|
||||
COMMIT="c4c639f3cacd1b874ed6f5f196fac772e089c932"
|
||||
DESCRIPTION="vim plugin: handles bracketed-paste-mode in vim (aka. automatic \`:set paste\`)"
|
||||
HOMEPAGE="https://github.com/ConradIrwin/vim-bracketed-paste"
|
||||
SRC_URI="https://github.com/ConradIrwin/vim-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/vim-${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_install() {
|
||||
vim-plugin_src_install
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
vim-plugin_pkg_postinst
|
||||
einfo
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
Reference in New Issue
Block a user