summaryrefslogtreecommitdiff
path: root/homebrew/asciidoc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/asciidoc/.beer')
-rw-r--r--homebrew/asciidoc/.beer43
1 files changed, 43 insertions, 0 deletions
diff --git a/homebrew/asciidoc/.beer b/homebrew/asciidoc/.beer
new file mode 100644
index 000000000..7676e320c
--- /dev/null
+++ b/homebrew/asciidoc/.beer
@@ -0,0 +1,43 @@
+{
+ "name": "Asciidoc",
+ "description": "Formatter/translator for text files to numerous formats. Includes a2x",
+ "url": "https://github.com/asciidoc/asciidoc/archive/8.6.10.tar.gz",
+ "mirror": null,
+ "homepage": "http://asciidoc.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "docbook-xsl",
+ "build-depend": true
+ },
+ {
+ "depend": "docbook",
+ "build-depend": false
+ },
+ {
+ "depend": "source-highlight",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.prepend_path \"PATH\", \"/System/Library/Frameworks/Python.framework/Versions/2.7/bin\"",
+ "ENV[\"XML_CATALOG_FILES\"] = etc/\"xml/catalog\"",
+ "system \"autoconf\"",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "inreplace %w[a2x.py asciidoc.py filters/code/code-filter.py",
+ "filters/graphviz/graphviz2png.py filters/latex/latex2img.py",
+ "filters/music/music2png.py filters/unwraplatex.py],",
+ "\"#!/usr/bin/env python2\", \"#!/usr/bin/python\"",
+ "inreplace \"Makefile\", \"-f manpage\", \"-f manpage -L\"",
+ "system \"make\", \"install\"",
+ "system \"make\", \"docs\""
+ ],
+ "version": "8.6.10",
+ "file": "asciidoc.rb"
+} \ No newline at end of file