Files
homebrew-cask/Casks/c/ckb-next.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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