Opened 3 years ago
Closed 3 years ago
#64573 closed enhancement (fixed)
helix @0.6.0_0: install runtime files as well
Reported by: | gkoller (Guido Kollerie) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | haspatch | Cc: | |
Port: | helix |
Description
Current port version only installs the Helix binary. However, Helix requires its runtime files (tree-sitter grammars, queries, etc) as well. This patch will install those runtime files in: ${prefix}/share/helix/runtime
with a note on how to copy those to the user's ~/.config
directory.
As I'm not really familiar with Tcl I have copied the directory traversal/copying code from ports/_resources/port1.0/group/haskell_cabal-1.0.tcl
. I have tested it and found it to be working.
Attachments (1)
Change History (3)
Changed 3 years ago by gkoller (Guido Kollerie)
Attachment: | Portfile-helix.diff added |
---|
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
Cc: | herby.gillot@… removed |
---|---|
Owner: | set to herbygillot |
Port: | helix added; editors/helix removed |
Status: | new → assigned |
comment:2 Changed 3 years ago by herbygillot (Herby Gillot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Patch to Portfile for installing helix runtime files