mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-05 23:23:54 +00:00
45 lines
1.4 KiB
Ruby
45 lines
1.4 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "lolcathost" do
|
|
name "lolcathost"
|
|
desc "Dynamic host management tool with TUI"
|
|
homepage "https://github.com/lukaszraczylo/lolcathost"
|
|
version "0.1.32"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "lolcathost"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz"
|
|
sha256 "49900f2948280ad2c3be685e9b9ea6afe3fed31a72808edded6c9d7da7cb63bd"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
|
|
sha256 "8bfb9ebe88d45cab3431332e7bfc4141c4a11d0b95e28ab1300e2bb990957c64"
|
|
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 "5ad324878d9a7a913490fd684d9172f977d3b3062b9e4b92f085aaed98941d0a"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
|
|
sha256 "4d1812b3200a022f661a63c273dbec7c41767be5ca34d8a04e012b80d5b81fe1"
|
|
end
|
|
end
|
|
|
|
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
|