Skip to content

Instantly share code, notes, and snippets.

@alexbepple
Last active January 13, 2024 23:04
Show Gist options
  • Save alexbepple/053bc7e4e7dfb637af50ae54ef7d79c5 to your computer and use it in GitHub Desktop.
Save alexbepple/053bc7e4e7dfb637af50ae54ef7d79c5 to your computer and use it in GitHub Desktop.
name = "just"
type = "cli"
[platform.macos]
download-file = "just-{version}-{arch}-apple-darwin.tar.gz"
[platform.linux]
# download-file = "just-{version}-{arch}-unknown-linux-{libc}.tar.gz"
download-file = "just-{version}-{arch}-unknown-linux-musl.tar.gz"
[install]
download-url = "https://github.com/casey/just/releases/download/{version}/{download_file}"
[resolve]
git-url = "https://github.com/casey/just"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment