Skip to content

Commit

Permalink
Hotfix homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleiade committed Mar 5, 2014
1 parent d793777 commit b64a8ee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions trousseau.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

class Trousseau < Formula
homepage 'https://github.com/oleiade/trousseau'
url 'https://github.com/oleiade/trousseau/archive/0.2.4.tar.gz'
url 'https://github.com/oleiade/trousseau/releases/download/0.2.4/trousseau_0.2.4_darwin_amd64.zip'
sha1 ''

depends_on 'go' => :build
depends_on 'mercurial' => :build
depends_on 'bzr' => :build

def install
system 'make', 'all'
bin.install('bin/trousseau')
bin.install('trousseau')
end
end

0 comments on commit b64a8ee

Please sign in to comment.