forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelix.yaml
44 lines (38 loc) · 877 Bytes
/
helix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package:
name: helix
version: "24.07"
epoch: 1
description: "A post-modern modal text editor."
copyright:
- license: MPL-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- openssf-compiler-options
- rust
- wolfi-base
pipeline:
- uses: git-checkout
with:
repository: https://github.com/helix-editor/helix
expected-commit: 079f544260f4f5eaff08104bf07abd57bfb7b611
tag: ${{package.version}}
- name: Configure and build
runs: |
cargo install --path helix-term --locked
mkdir -p ${{targets.destdir}}/usr/bin/
mv target/release/hx ${{targets.destdir}}/usr/bin/
- uses: strip
update:
enabled: true
github:
identifier: helix-editor/helix
test:
pipeline:
# AUTOGENERATED
- runs: |
hx --version
hx --help