2010-08-17 12:27:16 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Plustache < Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
url 'https://github.com/mrtazz/plustache/tarball/v0.2.0'
|
|
|
|
homepage 'https://github.com/mrtazz/plustache'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '266f95596cfedb0b7415f49871a75ccd7ace67da'
|
2010-08-17 12:27:16 +00:00
|
|
|
|
|
|
|
depends_on 'boost'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "rake", "install", "prefix=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|