diff options
Diffstat (limited to 'homebrew/docx2txt/.beer')
-rw-r--r-- | homebrew/docx2txt/.beer | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/docx2txt/.beer b/homebrew/docx2txt/.beer new file mode 100644 index 000000000..8a7f23f75 --- /dev/null +++ b/homebrew/docx2txt/.beer @@ -0,0 +1,21 @@ +{ + "name": "Docx2txt", + "description": "Converts Microsoft Office docx documents to equivalent text documents", + "url": "https://downloads.sourceforge.net/docx2txt/docx2txt-1.4.tgz", + "mirror": null, + "homepage": "https://docx2txt.sourceforge.io/", + "depends": [], + "resource": [ + { + "name": "sample_doc", + "url": "https://calibre-ebook.com/downloads/demos/demo.docx" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"install\", \"CONFIGDIR=#{etc}\", \"BINDIR=#{bin}\"" + ], + "version": "1.4", + "file": "docx2txt.rb" +}
\ No newline at end of file |