aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/drip.rb
blob: cbd261c4be8d87073588b79cafd9ef1ba35c8b4b (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.4'
  sha1 '0960dbeb940925df8675b0088df90ab00aca97d5'

  def install
    libexec.install %w{ bin src Makefile }
    bin.install_symlink libexec/'bin/drip'
  end
end