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.
14 lines
432 B
Ruby
14 lines
432 B
Ruby
cask "firebird-emu" do
|
|
version "1.6"
|
|
sha256 "c68aae5b077bd447845f476316fed93cf261ac7221fac0a38dfc0a575a3392d2"
|
|
|
|
url "https://github.com/nspire-emus/firebird/releases/download/v#{version}/firebird-emu_macOS.zip"
|
|
name "firebird"
|
|
desc "TI Nspire calculator emulator"
|
|
homepage "https://github.com/nspire-emus/firebird"
|
|
|
|
app "firebird-emu.app"
|
|
|
|
zap trash: "~/Library/Preferences/org.firebird-emus.firebird-emu.plist"
|
|
end
|