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:
Lucas 2024-01-12 00:55:28 +08:00 committed by GitHub
parent 4f55d9de56
commit 6f65140f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ class Martin < Formula
def install def install
bin.install "martin" bin.install "martin"
bin.install "martin-cp"
bin.install "mbtiles" bin.install "mbtiles"
end end
@ -47,6 +48,7 @@ class Martin < Formula
test do test do
`#{bin}/martin --version` `#{bin}/martin --version`
`#{bin}/martin-cp --version`
`#{bin}/mbtiles --version` `#{bin}/mbtiles --version`
end end
end end