Install this version:
emerge -a =app-vim/vim-crystal-2023.03.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/vim-crystal-2023.03.15
Or alternatively:
emerge --autounmask-write -a =app-vim/vim-crystal-2023.03.15
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2023.03.15 | 8 | ~amd64 |
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature vim-plugin
COMMIT="dc21188ec8c2ee77bb81dffca02e1a29d87cfd9f"
DESCRIPTION="vim plugin: Crystal language support"
HOMEPAGE="https://github.com/vim-crystal/vim-crystal"
SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64"
src_install() {
vim-plugin_src_install syntax_checkers
}
pkg_postinst() {
optfeature "syntax checking support" app-vim/syntastic
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vim-crystal-2023.03.15.tar.gz | 42168 bytes | https://github.com/vim-crystal/vim-crystal/archive/dc21188ec8c2ee77bb81dffca02e1a29d87cfd9f.tar.gz |