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
|
|
|
homepage 'https://github.com/mrtazz/plustache'
|
2013-04-01 16:43:03 +00:00
|
|
|
url 'https://github.com/mrtazz/plustache/archive/v0.2.0.tar.gz'
|
|
|
|
sha1 '10096ccefed6669b5c87945d7fa6c0a011549eca'
|
2010-08-17 12:27:16 +00:00
|
|
|
|
|
|
|
depends_on 'boost'
|
|
|
|
|
|
|
|
def install
|
2013-01-31 05:25:14 +00:00
|
|
|
rake "install", "prefix=#{prefix}"
|
2010-08-17 12:27:16 +00:00
|
|
|
end
|
|
|
|
end
|