From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/multimarkdown/.beer | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 homebrew/multimarkdown/.beer (limited to 'homebrew/multimarkdown/.beer') diff --git a/homebrew/multimarkdown/.beer b/homebrew/multimarkdown/.beer new file mode 100644 index 000000000..ec588e841 --- /dev/null +++ b/homebrew/multimarkdown/.beer @@ -0,0 +1,40 @@ +{ + "name": "Multimarkdown", + "description": "Turn marked-up plain text into well-formatted documents", + "url": "https://github.com/fletcher/MultiMarkdown-6/archive/6.4.0.tar.gz", + "mirror": null, + "homepage": "https://fletcher.github.io/MultiMarkdown-6/", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [ + { + "conflict": "mtools", + "reason": "both install `mmd` binaries" + }, + { + "conflict": "markdown", + "reason": "both install `markdown` binaries" + }, + { + "conflict": "discount", + "reason": "both install `markdown` binaries" + } + ], + "patches": [], + "install": [ + "inreplace \"CMakeLists.txt\",", + "\"SET(CMAKE_OSX_DEPLOYMENT_TARGET \\\"10.4\\\"\",", + "\"SET(CMAKE_OSX_DEPLOYMENT_TARGET \\\"#{MacOS.version}\\\"\"", + "system \"make\", \"release\"", + "cd \"build\" do", + "system \"make\"", + "bin.install \"multimarkdown\"" + ], + "version": "6.4.0", + "file": "multimarkdown.rb" +} \ No newline at end of file -- cgit v1.2.3