diff --git a/projects/atuin.sh/package.yml b/projects/atuin.sh/package.yml deleted file mode 100644 index 0ac8be94..00000000 --- a/projects/atuin.sh/package.yml +++ /dev/null @@ -1,30 +0,0 @@ -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 \ No newline at end of file