homebrew-core/Formula/plustache.rb

14 lines
296 B
Ruby

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