mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-11 00:08:50 +00:00
47 lines
1.4 KiB
Ruby
47 lines
1.4 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "lolcathost" do
|
|
version "0.1.57"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz"
|
|
sha256 "3f7ba3b4fd7ed6907db314e1ee549f9300b882f9c6e21bbebe20e304004c32fe"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
|
|
sha256 "87055d9329b1fa0a312f762aab04891a28a6950402599500c9e40e7f461b0053"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz"
|
|
sha256 "ee862b6c04c3930c5288cee528e25a88616c20ae1e6f3d9a9a09f67b072478e5"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
|
|
sha256 "d497497d35321cc0b87ed3e330c99b5b15e3b603a389d9e2a85c8b19b89c23c6"
|
|
end
|
|
end
|
|
|
|
name "lolcathost"
|
|
desc "Dynamic host management tool with TUI"
|
|
homepage "https://github.com/lukaszraczylo/lolcathost"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "lolcathost"
|
|
|
|
postflight do
|
|
if OS.mac?
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/lolcathost"]
|
|
end
|
|
end
|
|
|
|
# No zap stanza required
|
|
|
|
end
|