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.
24 lines
557 B
Ruby
24 lines
557 B
Ruby
cask "ckb-next" do
|
|
version "0.4.4"
|
|
sha256 "2a762181525ba4b1f26a95b374babe48ff0d590f1d36bc109749c845c8a57090"
|
|
|
|
url "https://github.com/ckb-next/ckb-next/releases/download/v#{version}/ckb-next_v#{version}.dmg"
|
|
name "ckb-next"
|
|
desc "RGB driver"
|
|
homepage "https://github.com/ckb-next/ckb-next"
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
pkg "ckb-next.mpkg"
|
|
|
|
uninstall pkgutil: [
|
|
"org.ckb-next.ckb",
|
|
"org.ckb-next.daemon",
|
|
],
|
|
launchctl: "org.ckb-next.daemon"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|