diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/plustache.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb new file mode 100644 index 000000000..993bc865f --- /dev/null +++ b/Library/Formula/plustache.rb @@ -0,0 +1,13 @@ +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 |
