<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5d95e2a4704f4419fb9bca3f2155edef008f4d1">https://github.com/macports/macports-ports/commit/d5d95e2a4704f4419fb9bca3f2155edef008f4d1</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new d5d95e2a470 helix: include runtime content
</span>d5d95e2a470 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d5d95e2a4704f4419fb9bca3f2155edef008f4d1
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Apr 2 07:01:11 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> helix: include runtime content
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/64573
</span>---
editors/helix/Portfile | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/helix/Portfile b/editors/helix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aaf1fc84ecc..84519fb2bb9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/helix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/helix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup cargo 1.0
</span> PortGroup github 1.0
github.setup helix-editor helix 22.03
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
homepage https://helix-editor.com
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,4 +34,14 @@ destroot {
</span> xinstall -m 0755 \
${worksrcpath}/target/[cargo.rust_platform]/release/hx \
${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/${name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy ${worksrcpath}/runtime ${destroot}${prefix}/share/${name}/
</span> }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Helix also needs it's runtime files so make sure to copy/symlink the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${prefix}/share/${name}/runtime directory into your config directory
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ (for example ~/.config/helix/runtime). This location can be overriden
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ via the HELIX_RUNTIME environment variable.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+"
</span></pre><pre style='margin:0'>
</pre>