diff --git a/git-hooks.rb b/git-hooks.rb new file mode 100644 index 0000000..b441121 --- /dev/null +++ b/git-hooks.rb @@ -0,0 +1,10 @@ +require 'formula' + +class GitHooks < Formula + head 'git://github.com/icefox/git-hooks.git' + homepage 'https://github.com/icefox/git-hooks' + + def install + bin.install 'git-hooks' + end +end