mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+
This commit is contained in:
parent
b0e809f22d
commit
58ca2224b0
30
projects/atuin.sh/package.yml
Normal file
30
projects/atuin.sh/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
distributable:
|
||||
url: git+https://github.com/atuinsh/atuin
|
||||
ref: ${{version.tag}}
|
||||
|
||||
display-name: Atuin
|
||||
|
||||
versions:
|
||||
github: atuinsh/atuin
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
- cargo install $ARGS
|
||||
env:
|
||||
ARGS:
|
||||
- --path=atuin
|
||||
- --locked
|
||||
- --root={{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/atuin
|
||||
|
||||
test:
|
||||
script:
|
||||
- atuin init bash | grep 'Add it to the bash history'
|
||||
- atuin --version | grep ${{version.tag}}
|
||||
env:
|
||||
ATUIN_SESSION: random
|
Loading…
Reference in a new issue