Opened 2 years ago

Closed 2 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)

Portfile-helix.diff (1.4 KB) - added by gkoller (Guido Kollerie) 2 years ago.
Patch to Portfile for installing helix runtime files

Download all attachments as: .zip

Change History (3)

Changed 2 years ago by gkoller (Guido Kollerie)

Attachment: Portfile-helix.diff added

Patch to Portfile for installing helix runtime files

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Cc: herby.gillot@… removed
Owner: set to herbygillot
Port: helix added; editors/helix removed
Status: newassigned

comment:2 Changed 2 years ago by herbygillot (Herby Gillot)

Resolution: fixed
Status: assignedclosed

In d5d95e2a4704f4419fb9bca3f2155edef008f4d1/macports-ports (master):

helix: include runtime content

Fixes: #64573

Note: See TracTickets for help on using tickets.