mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
12 lines
374 B
Bash
12 lines
374 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit vim-plugin
|
|
|
|
DESCRIPTION="vim plugin: interpret a file by function and cache file automatically"
|
|
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2940 https://github.com/MarcWeber/vim-addon-mw-utils"
|
|
LICENSE="GPL-3"
|
|
KEYWORDS="amd64 ~riscv x86"
|