mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
chore: remove homebrew formula
This commit is contained in:
parent
a693634010
commit
cdf5d767d6
@ -1,16 +0,0 @@
|
|||||||
class Martin < Formula
|
|
||||||
current_version="0.1.0"
|
|
||||||
desc "PostGIS Mapbox Vector Tiles server"
|
|
||||||
homepage "https://github.com/urbica/martin"
|
|
||||||
url "https://github.com/urbica/martin/releases/download/v#{current_version}/martin-darwin-x86_64.zip"
|
|
||||||
sha256 "fc7dac7da8d2773ab033091b8c3321271c77e2a54014a09ae0de284089c02763"
|
|
||||||
|
|
||||||
def install
|
|
||||||
bin.install "martin"
|
|
||||||
end
|
|
||||||
|
|
||||||
test do
|
|
||||||
system "false"
|
|
||||||
# `#{bin}/martin --version`
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user