summaryrefslogtreecommitdiff
path: root/homebrew/cmake/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cmake/.beer')
-rw-r--r--homebrew/cmake/.beer39
1 files changed, 39 insertions, 0 deletions
diff --git a/homebrew/cmake/.beer b/homebrew/cmake/.beer
new file mode 100644
index 000000000..72a162ee2
--- /dev/null
+++ b/homebrew/cmake/.beer
@@ -0,0 +1,39 @@
+{
+ "name": "Cmake",
+ "description": "Cross-platform make",
+ "url": "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.cmake.org/",
+ "depends": [
+ {
+ "depend": "sphinx-doc",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--no-system-libs",
+ "--parallel=#{ENV.make_jobs}",
+ "--datadir=/share/cmake",
+ "--docdir=/share/doc/cmake",
+ "--mandir=/share/man",
+ "--sphinx-build=#{Formula[\"sphinx-doc\"].opt_bin}/sphinx-build",
+ "--sphinx-html",
+ "--sphinx-man",
+ "--system-zlib",
+ "--system-bzip2",
+ "--system-curl",
+ "]",
+ "ENV[\"LC_ALL\"] = \"en_US.UTF-8\"",
+ "system \"./bootstrap\", *args, \"--\", \"-DCMAKE_BUILD_TYPE=Release\"",
+ "system \"make\"",
+ "system \"make\", \"install\"",
+ "elisp.install \"Auxiliary/cmake-mode.el\""
+ ],
+ "version": "3.14.3",
+ "file": "cmake.rb"
+} \ No newline at end of file