Skip to content

Instantly share code, notes, and snippets.

@jcartledge
Created August 22, 2012 10:05
Show Gist options
  • Save jcartledge/3424130 to your computer and use it in GitHub Desktop.
Save jcartledge/3424130 to your computer and use it in GitHub Desktop.
Homebrew formula for bee
require 'formula'
class Bee < Formula
homepage 'https://github.com/jcartledge/bee/'
url 'https://github.com/jcartledge/bee/tarball/master'
sha1 '7095c5c9ecd2e4040f92e32edb8c8d3a89864d05'
version '0.1'
def install
bin.install("src/bee")
end
def test
system "bee"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment