drip 0.0.3

Closes Homebrew/homebrew#14520.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brice Dutheil 2012-08-29 15:48:16 +02:00 committed by Adam Vandenberg
parent 6da7eabb78
commit 1793b546da
1 changed files with 12 additions and 0 deletions

12
Formula/drip.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Drip < Formula
homepage 'https://github.com/flatland/drip'
url 'https://github.com/flatland/drip/tarball/0.0.3'
sha1 '6cd5d2346314e3adda71ceeccf037e863b12c8c3'
def install
libexec.install %w{ bin src Makefile }
bin.install_symlink libexec/'bin/drip'
end
end