Created
October 11, 2012 21:06
-
-
Save ku1ik/3875486 to your computer and use it in GitHub Desktop.
Homebrew install formular for ascii.io recorder
This file contains 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 Asciiio < Formula | |
# always gets the latest version, since ascii.io-cli | |
# doesn't have any versioning schemes going on | |
head 'git://github.com/sickill/ascii.io-cli.git' | |
homepage 'https://github.com/sickill/ascii.io-cli' | |
def install | |
bin.install 'bin/asciiio' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment