fresh icon indicating copy to clipboard operation
fresh copied to clipboard

using tar.gz as sources (for go commands)

Open discipolo opened this issue 10 years ago • 1 comments

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

discipolo avatar Dec 09 '14 04:12 discipolo

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.

jasoncodes avatar Dec 09 '14 04:12 jasoncodes