mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+helix-editor.com
This commit is contained in:
parent
b1a543cff4
commit
91915c6e6b
18
projects/helix-editor.com/package.yml
Normal file
18
projects/helix-editor.com/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
distributable:
|
||||
url: https://github.com/helix-editor/helix/archive/refs/tags/{{ version.raw }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/hx
|
||||
|
||||
versions:
|
||||
github: helix-editor/helix/tags
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.60'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path helix-term --root {{prefix}}
|
||||
|
||||
test: hx --health
|
Loading…
Reference in a new issue