summaryrefslogtreecommitdiff
path: root/homebrew/osmiumtool/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/osmiumtool/.beer')
-rw-r--r--homebrew/osmiumtool/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/osmiumtool/.beer b/homebrew/osmiumtool/.beer
new file mode 100644
index 000000000..2c2c54e5c
--- /dev/null
+++ b/homebrew/osmiumtool/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "OsmiumTool",
+ "description": "Libosmium-based command-line tool for processing OpenStreetMap data",
+ "url": "https://github.com/osmcode/osmium-tool/archive/v1.10.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://osmcode.org/osmium-tool/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "libosmium",
+ "build-depend": true
+ },
+ {
+ "depend": "boost",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "protozero = Formula[\"libosmium\"].opt_libexec/\"include\"",
+ "system \"cmake\", \".\", \"-DPROTOZERO_INCLUDE_DIR=#{protozero}\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.10.0",
+ "file": "osmium-tool.rb"
+} \ No newline at end of file