homebrew-core/Formula/drip.rb
Justin Balthrop cc0d6ac352 drip 0.0.4
Closes Homebrew/homebrew#14630.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-01 22:05:02 -07:00

12 lines
302 B
Ruby

require 'formula'
class Drip < Formula
homepage 'https://github.com/flatland/drip'
url 'https://github.com/flatland/drip/tarball/0.0.4'
sha1 '0960dbeb940925df8675b0088df90ab00aca97d5'
def install
libexec.install %w{ bin src Makefile }
bin.install_symlink libexec/'bin/drip'
end
end