Revert helix recipe

This commit is contained in:
2024-09-06 23:40:29 -04:00
parent 31d502e84c
commit 24da653d4c

View File

@@ -1,31 +1,11 @@
stages:
- name: helix-src
from: alpine
modules:
- type: script
snippets:
- apk update && apk install git
- type: script
no-cache: true
snippets:
- git clone https://github.com/helix-editor/helix.git /helix
- name: helix
from: rust
modules:
- type: copy
from: helix-src
src: /helix
dest: /helix
- type: script
# scripts:
# - install-helix.sh
snippets:
- |
RUSTFLAGS="-C target-feature=-crt-static"
cargo install --path helix-term
- mkdir -p /out/
- mv $CARGO_HOME/bin/hx /out/hx
- mv runtime /out/
no-cache: true
scripts:
- install-helix.sh
modules:
- type: copy
from: helix