aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Degni <degni.public@gmail.com>2022-01-07 21:10:05 +0100
committerLuciano Degni <degni.public@gmail.com>2022-01-07 21:10:05 +0100
commitdb948eff0ed1978f165e3b06aaa6990698e8493f (patch)
tree2da2dec93496a7a66523fd01e622e324a7ffea20
parentx11-wm/leftwm: changed deps and added use (diff)
downloadguru-db948eff.tar.gz
guru-db948eff.tar.bz2
guru-db948eff.zip
app-editors/helix: added doc use flag
Signed-off-by: Luciano Degni <degni.public@gmail.com>
-rw-r--r--app-editors/helix/helix-0.6.0.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild
index 2ac8338f6..00b0ac402 100644
--- a/app-editors/helix/helix-0.6.0.ebuild
+++ b/app-editors/helix/helix-0.6.0.ebuild
@@ -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
} \ No newline at end of file