Skip to content

Commit

Permalink
Add binstall configuration (atuinsh#458)
Browse files Browse the repository at this point in the history
* Add binstall configuration

* kick ci

Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
  • Loading branch information
michaelmior and conradludgate authored Aug 24, 2022
1 parent aa556fa commit 89f24bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit 89f24bf

Please sign in to comment.