Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install vassh via homebrew #9

Closed
kanedo opened this issue Feb 24, 2014 · 6 comments
Closed

Install vassh via homebrew #9

kanedo opened this issue Feb 24, 2014 · 6 comments

Comments

@kanedo
Copy link
Contributor

kanedo commented Feb 24, 2014

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

@westonruter
Copy link
Contributor

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.

@kanedo
Copy link
Contributor Author

kanedo commented Feb 25, 2014

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 :)

@westonruter
Copy link
Contributor

@kanedo cheers, I've added a tag for you: https://github.com/x-team/vassh/releases/tag/0.1

@kanedo
Copy link
Contributor Author

kanedo commented Feb 26, 2014

@westonruter thank you! I created a pull request to homebrew.

@kanedo kanedo closed this as completed Feb 26, 2014
@kanedo
Copy link
Contributor Author

kanedo commented Feb 27, 2014

as of today you can install vassh via
brew update && brew install vassh

@westonruter
Copy link
Contributor

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants