From 89f24bff63a276a715bf47783a45c6fa58a4347a Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Wed, 24 Aug 2022 02:23:33 -0400 Subject: [PATCH] Add binstall configuration (#458) * Add binstall configuration * kick ci Co-authored-by: Conrad Ludgate --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7099c49..05c7964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 " copyright = "2021, Ellie Huxtable "