homebrew-cask/Casks/x48.rb

14 lines
438 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'x48' do
# note: "48" is not a version number, but an intrinsic part of the product name
2013-10-24 23:52:44 +08:00
version '0.6.4'
sha256 '21184fceec8fd471d034932ac9b49f41c98cd5d730fa3fb02ccf0bcf02951f70'
2014-06-14 18:29:22 +08:00
url "https://sites.google.com/a/sharkus.com/sharkus-com/Home/x48-#{version}%20osx.zip"
homepage 'http://blog.sharkus.com/2012/08/osx-hp48-emulators.html'
2014-12-11 07:50:48 +08:00
license :gpl
2014-09-16 00:06:38 +08:00
app "x48-#{version} osx/x48.app"
2014-12-07 00:41:02 +08:00
depends_on :x11 => true
2013-10-24 23:52:44 +08:00
end