fresh
fresh copied to clipboard
using tar.gz as sources (for go commands)
is it somehow possible to install go commands using fresh (e.g. https://github.com/peco/peco)
can i get the tar.gz file and do --filter="tar -ztvf" to get at the content of the release file and then add it as binary? seems the compiled binary doesnt exist in the repo
Sourcing from things other than git repositories (e.g. downloading from a URL) is not currently supported but is something I’d like support for. This is a duplicate of #94.