homebrew-core/Formula/plustache.rb

14 lines
296 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
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
2013-01-31 05:25:14 +00:00
rake "install", "prefix=#{prefix}"
end
end