Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri authored and jhheider committed Jan 15, 2024
1 parent b0e809f commit 58ca222
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions projects/atuin.sh/package.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58ca222

Please sign in to comment.