Closed kanedo closed 10 years ago
Thanks, @kanedo. How would you need me to add a version? Do you mean create a git tag?
Also, I'm not sure if the installation in your formula is definitive. I haven't settled on whether we need to separately include vassh
and vasshin
, or if we can just source the vassh.sh
file. The other files were just wrappers to facilitate invoking outside of a TTY, but it seems there should be a better way to go about it.
Hi @westonruter Yes a git tag (may be in the versioning format that github offers) would be great. This is needed to meet the requirements of an acceptable formulae
To your concerns about installation. This is not a problem at all because at the time you publish a new version with a new installation routine I update the formulae and everything is fine. Homebrew links only the latest version in to my $PATH
- Thats the nice thing about homebrew :)
@kanedo cheers, I've added a tag for you: https://github.com/x-team/vassh/releases/tag/0.1
@westonruter thank you! I created a pull request to homebrew.
as of today you can install vassh via
brew update && brew install vassh
Nice!
Hi, I've written a simple formula to install vassh via homebrew. You can find it at kanedo/vassh If you could add a version to the current state of the app I could submit this formula to the homebrew repo so everybody can install it that way if you like