Files
wunker-os/recipes/common/helix.yml
2024-05-02 20:39:34 -04:00

20 lines
344 B
YAML

stages:
- name: helix
image: rust
modules:
- type: script
scripts:
- install-helix.sh
modules:
- type: copy
from: helix
src: /out/hx
dest: /usr/bin/
- type: copy
from: helix
src: /out/runtime
dest: /usr/lib64/helix/
- type: script
snippets:
- hx -g fetch && hx -g build