homebrew-core/Formula/plustache.rb

14 lines
290 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Plustache < Formula
url 'https://github.com/mrtazz/plustache/tarball/v0.2.0'
homepage 'https://github.com/mrtazz/plustache'
md5 '85b7a895ee2a023a1c8f4c09fb41b179'
depends_on 'boost'
def install
system "rake", "install", "prefix=#{prefix}"
end
end