diff options
Diffstat (limited to 'homebrew/highlight/.beer')
-rw-r--r-- | homebrew/highlight/.beer | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/highlight/.beer b/homebrew/highlight/.beer new file mode 100644 index 000000000..cdbafc9d3 --- /dev/null +++ b/homebrew/highlight/.beer @@ -0,0 +1,31 @@ +{ + "name": "Highlight", + "description": "Convert source code to formatted text with syntax highlighting", + "url": "http://www.andre-simon.de/zip/highlight-3.50.tar.bz2", + "mirror": null, + "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php", + "depends": [ + { + "depend": "boost", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "lua", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "conf_dir = etc/\"highlight/\" ", + "system \"make\", \"PREFIX=#{prefix}\", \"conf_dir=#{conf_dir}\"", + "system \"make\", \"PREFIX=#{prefix}\", \"conf_dir=#{conf_dir}\", \"install\"" + ], + "version": "3.50", + "file": "highlight.rb" +}
\ No newline at end of file |