aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/plustache.rb
blob: 105022468f9cfafb75be894fdc7e5918cae6dd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Plustache < Formula
  homepage 'https://github.com/mrtazz/plustache'
  url 'https://github.com/mrtazz/plustache/archive/v0.2.0.tar.gz'
  sha1 '10096ccefed6669b5c87945d7fa6c0a011549eca'

  depends_on 'boost'

  def install
    rake "install", "prefix=#{prefix}"
  end
end