homebrew-cask/Casks/x48.rb

13 lines
418 B
Ruby

class X48 < Cask
# note: "48" is not a version number, but an intrinsic part of the product name
url 'https://sites.google.com/a/sharkus.com/sharkus-com/Home/x48-0.6.4%20osx.zip'
homepage 'http://blog.sharkus.com/2012/08/osx-hp48-emulators.html'
version '0.6.4'
sha256 '21184fceec8fd471d034932ac9b49f41c98cd5d730fa3fb02ccf0bcf02951f70'
link 'x48-0.6.4 osx/x48.app'
caveats do
x11_required
end
end