File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Martin < Formula
22 desc "Blazing fast tile server, tile generation, and mbtiles tooling"
33 homepage "https://martin.maplibre.org"
4- url "https://github.com/maplibre/martin/archive/refs/tags/martin-v1.6 .0.tar.gz"
5- sha256 "242000c076906b5b1f82283f91182cb0b2b9a35db6b97c880282c980c43cd3e6 "
4+ url "https://github.com/maplibre/martin/archive/refs/tags/martin-v1.7 .0.tar.gz"
5+ sha256 "1187f6abe78a0ff43adbcffefc7d5671009537da3c12b26a559b186d88fe512a "
66 license any_of : [ "Apache-2.0" , "MIT" ]
77
88 livecheck do
@@ -20,10 +20,15 @@ class Martin < Formula
2020 end
2121
2222 depends_on "node" => :build
23+ depends_on "pkgconf" => :build
2324 depends_on "rust" => :build
2425
2526 uses_from_macos "sqlite" => :test
2627
28+ on_linux do
29+ depends_on "openssl@4"
30+ end
31+
2732 def install
2833 system "cargo" , "install" , *std_cargo_args ( path : "martin" )
2934 system "cargo" , "install" , *std_cargo_args ( path : "mbtiles" )
You can’t perform that action at this time.
0 commit comments