summaryrefslogtreecommitdiff
path: root/homebrew/osm2pgrouting/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/osm2pgrouting/.beer')
-rw-r--r--homebrew/osm2pgrouting/.beer47
1 files changed, 47 insertions, 0 deletions
diff --git a/homebrew/osm2pgrouting/.beer b/homebrew/osm2pgrouting/.beer
new file mode 100644
index 000000000..0509b1595
--- /dev/null
+++ b/homebrew/osm2pgrouting/.beer
@@ -0,0 +1,47 @@
+{
+ "name": "Osm2pgrouting",
+ "description": "Import OSM data into pgRouting database",
+ "url": "https://github.com/pgRouting/osm2pgrouting/archive/v2.3.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://pgrouting.org/docs/tools/osm2pgrouting.html",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "boost",
+ "build-depend": false
+ },
+ {
+ "depend": "expat",
+ "build-depend": false
+ },
+ {
+ "depend": "libpqxx",
+ "build-depend": false
+ },
+ {
+ "depend": "pgrouting",
+ "build-depend": false
+ },
+ {
+ "depend": "postgis",
+ "build-depend": false
+ },
+ {
+ "depend": "postgresql",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"..\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.3.6",
+ "file": "osm2pgrouting.rb"
+} \ No newline at end of file