2012-08-29 13:48:16 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Drip < Formula
|
|
|
|
homepage 'https://github.com/flatland/drip'
|
2012-09-02 03:33:28 +00:00
|
|
|
url 'https://github.com/flatland/drip/tarball/0.0.4'
|
|
|
|
sha1 '0960dbeb940925df8675b0088df90ab00aca97d5'
|
2012-08-29 13:48:16 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install %w{ bin src Makefile }
|
|
|
|
bin.install_symlink libexec/'bin/drip'
|
|
|
|
end
|
|
|
|
end
|