app-vim/vim-gromacs - 9999 (science)

Search

Install

Install this version:

emerge -a =app-vim/vim-gromacs-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-vim/vim-gromacs-9999

Or alternatively:

emerge --autounmask-write -a =app-vim/vim-gromacs-9999

Package Information

Description:
vim plugin: Gromacs file syntax highlighting and some macros
Homepage:
https://github.com/HubLot/vim-gromacs
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 vim-plugin

DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
HOMEPAGE="https://github.com/HubLot/vim-gromacs"
EGIT_REPO_URI="https://github.com/HubLot/${PN}.git"

LICENSE="GPL-3"
KEYWORDS=""

VIM_PLUGIN_MESSAGES="filetype"

Inherited Eclasses