mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
475 B
Ruby
17 lines
475 B
Ruby
cask "cubicsdr" do
|
|
version "0.2.5"
|
|
sha256 "9180e56e84a1d78935fb13ce362e3b8636a96b38d0695748078b43f9f6c3cb2c"
|
|
|
|
url "https://github.com/cjcliffe/CubicSDR/releases/download/#{version}/CubicSDR-#{version}-Darwin.dmg",
|
|
verified: "github.com/cjcliffe/CubicSDR/"
|
|
name "CubicSDR"
|
|
desc "Cross-platform software-defined radio application"
|
|
homepage "https://cubicsdr.com/"
|
|
|
|
livecheck do
|
|
skip "No reliable way to get version info"
|
|
end
|
|
|
|
app "CubicSDR.app"
|
|
end
|