Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created October 11, 2012 21:06
Show Gist options
  • Save ku1ik/3875486 to your computer and use it in GitHub Desktop.
Save ku1ik/3875486 to your computer and use it in GitHub Desktop.
Homebrew install formular for ascii.io recorder
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