summaryrefslogtreecommitdiff
path: root/homebrew/h3/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/h3/.beer')
-rw-r--r--homebrew/h3/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/h3/.beer b/homebrew/h3/.beer
new file mode 100644
index 000000000..9213a3b64
--- /dev/null
+++ b/homebrew/h3/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "H3",
+ "description": "Hexagonal hierarchical geospatial indexing system",
+ "url": "https://github.com/uber/h3/archive/v3.4.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://uber.github.io/h3/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"..\", \"-DBUILD_SHARED_LIBS=YES\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.4.2",
+ "file": "h3.rb"
+} \ No newline at end of file