diff options
| author | Michael Mior <michael.mior@gmail.com> | 2022-08-24 02:23:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 06:23:33 +0000 |
| commit | 89f24bff63a276a715bf47783a45c6fa58a4347a (patch) | |
| tree | b65fa530e294eeac53e3b6eba3e6c72a1f8bc9c1 | |
| parent | Fix atuin crashing on commands that start with -- (#509) (diff) | |
| download | atuin-89f24bff63a276a715bf47783a45c6fa58a4347a.zip | |
Add binstall configuration (#458)
* Add binstall configuration
* kick ci
Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" readme = "README.md" +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz" +bin-dir = "{ name }-v{ version }-{ target }/{ bin }{ binary-ext }" +pkg-fmt = "tgz" + [package.metadata.deb] maintainer = "Ellie Huxtable <ellie@elliehuxtable.com>" copyright = "2021, Ellie Huxtable <ellie@elliehuxtable.com>" |
