Skip to content

Commit

Permalink
chore: add proto plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
b4nst committed Feb 7, 2024
1 parent df14aa4 commit abb16e9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions proto-plugin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "timoni"
type = "cli"

[platform.linux]
bin-path = "timoni"
download-file = "timoni_{version}_linux_{arch}.tar.gz"

[platform.macos]
bin-path = "timoni"
download-file = "timoni_{version}_darwin_{arch}.tar.gz"

[platform.windows]
bin-path = "timoni.exe"
download-file = "timoni_{version}_windows_{arch}.zip"

[install]
checksum-url = "https://github.com/stefanprodan/timoni/releases/download/v{version}/timoni_{version}_checksums.txt"
download-url = "https://github.com/stefanprodan/timoni/releases/download/v{version}/{download_file}"

[install.arch]
aarch64 = "arm64"
x86_64 = "amd64"

[resolve]
git-url = "https://github.com/stefanprodan/timoni"

0 comments on commit abb16e9

Please sign in to comment.