Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Forked from ku1ik/asciiio.rb
Last active December 23, 2015 17:59
Show Gist options
  • Save rogeriopradoj/6672302 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/6672302 to your computer and use it in GitHub Desktop.
require 'formula'
class Asciinema < Formula
# always gets the latest version, since asciinema
# doesn't have any versioning schemes going on
head 'git://github.com/sickill/asciinema.git'
homepage 'https://github.com/sickill/asciinema'
def install
bin.install 'bin/asciinema'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment