summaryrefslogtreecommitdiff
path: root/homebrew/htmldoc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/htmldoc/.beer')
-rw-r--r--homebrew/htmldoc/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/htmldoc/.beer b/homebrew/htmldoc/.beer
new file mode 100644
index 000000000..e838f19ab
--- /dev/null
+++ b/homebrew/htmldoc/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Htmldoc",
+ "description": "Convert HTML to PDF or PostScript",
+ "url": "https://github.com/michaelrsweet/htmldoc/releases/download/v1.9.5/htmldoc-1.9.5-source.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.msweet.org/htmldoc/",
+ "depends": [
+ {
+ "depend": "jpeg",
+ "build-depend": false
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-ssl\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.9.5",
+ "file": "htmldoc.rb"
+} \ No newline at end of file