3e3da8ff79
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
13 lines
287 B
Ruby
13 lines
287 B
Ruby
require 'formula'
|
|
|
|
class Plustache <Formula
|
|
url 'http://github.com/mrtazz/plustache/tarball/v0.2.0'
|
|
homepage 'http://github.com/mrtazz/plustache'
|
|
md5 '85b7a895ee2a023a1c8f4c09fb41b179'
|
|
|
|
depends_on 'boost'
|
|
|
|
def install
|
|
system "rake", "install", "prefix=#{prefix}"
|
|
end
|
|
end
|