mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-editors/helix: added doc use flag
Signed-off-by: Luciano Degni <degni.public@gmail.com>
This commit is contained in:
@@ -204,13 +204,17 @@ LICENSE="
|
||||
"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="
|
||||
app-shells/bash
|
||||
dev-vcs/git
|
||||
"
|
||||
|
||||
RDEPEND="app-shells/bash"
|
||||
RDEPEND="
|
||||
app-shells/bash
|
||||
!app-editors/${PN}-bin
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||
|
||||
@@ -280,6 +284,7 @@ src_compile() {
|
||||
src_install() {
|
||||
insinto /usr/share/helix
|
||||
doins -r runtime
|
||||
dodoc README.md CHANGELOG.md
|
||||
use doc && dodoc README.md CHANGELOG.md
|
||||
use doc && dodoc -r docs/
|
||||
cargo_src_install --path helix-term
|
||||
}
|
||||
Reference in New Issue
Block a user