aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/drip.rb
blob: 282c7bd747053a9cf57fffbda8351710d35a0c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
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