Created
January 11, 2012 11:48
-
-
Save dataich/1594321 to your computer and use it in GitHub Desktop.
Formula for Onion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class Onion < Formula | |
| head 'https://github.com/c9s/Onion/raw/master/onion' | |
| homepage 'https://github.com/c9s/Onion' | |
| def install | |
| system "chmod a+x onion" | |
| system "mkdir -p #{prefix}/bin" | |
| system "cp onion #{prefix}/bin" | |
| end | |
| def test | |
| system "onion --version" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I built a script for installing:
you can simply run: