mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
Add martin-cp to homebrew (#1126)
Try to fix [#19](https://github.com/maplibre/homebrew-martin/issues/19) --------- Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
This commit is contained in:
parent
4f55d9de56
commit
6f65140f22
2
.github/files/homebrew.martin.rb.j2
vendored
2
.github/files/homebrew.martin.rb.j2
vendored
@ -35,6 +35,7 @@ class Martin < Formula
|
||||
|
||||
def install
|
||||
bin.install "martin"
|
||||
bin.install "martin-cp"
|
||||
bin.install "mbtiles"
|
||||
end
|
||||
|
||||
@ -47,6 +48,7 @@ class Martin < Formula
|
||||
|
||||
test do
|
||||
`#{bin}/martin --version`
|
||||
`#{bin}/martin-cp --version`
|
||||
`#{bin}/mbtiles --version`
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user