You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
193 B

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