homebrew-core/Formula/plustache.rb

14 lines
289 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'
2013-01-28 05:41:27 +00:00
url 'https://github.com/mrtazz/plustache/tarball/v0.2.0'
sha1 '266f95596cfedb0b7415f49871a75ccd7ace67da'
depends_on 'boost'
def install
2013-01-31 05:25:14 +00:00
rake "install", "prefix=#{prefix}"
end
end