qri-io / qri_install

easy qri building & installation
1 stars 0 forks source link

feat(homebrew): Command to install qri using homebrew on osx #6

Closed dustmop closed 5 years ago

dustmop commented 5 years ago

Running qri_build homebrew --src github.com/qri-io/qri --zip qri_darwin_386.zip will create the formula file necessary for hosting the homebrew "tap" that allows a user to install qri. They can install with:

brew tap qri-io/qri brew install qri

The sha256 of the qri zip is calculated directly. The version number is extracted from the source file at qri-io/qri/lib/lib.go

For now, the formula is being output to stdout, the next step would be to publish this output to github.com.