mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-08 23:40:36 +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.2.7"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
sha256 "3ff3eda82e2913050eccded31421457350cfb9635adf3d9663fe0c1a8c335623"
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "2e4282c044acc089367f881a354464f393d7d2c98288cf990dfe66b9ab05ce9e"
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
sha256 "e34fd4f8e2864f8a984f40f6adb8f52b5c28dd7e354bf3d978c3fdd5dade4c8e"
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "6b47a485e181cfe45a3ac5df12ae4367be48bbb081abe6bb61960c140d2b968d"
|
|
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
|
|
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
|