Skip to content

Instantly share code, notes, and snippets.

@mwunsch
Last active December 11, 2015 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwunsch/4657560 to your computer and use it in GitHub Desktop.
Save mwunsch/4657560 to your computer and use it in GitHub Desktop.
require 'formula'
class Osxsub < Formula
homepage 'https://github.com/mwunsch/osxsub'
url 'https://github.com/mwunsch/osxsub/tarball/v0.1.2'
sha1 '93c766bfde5aa27c186018d4450c0c41ddae6ffa'
head 'https://github.com/mwunsch/osxsub.git'
def install
bin.install 'bin/osxsub'
prefix.install 'lib'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment