homebrew-cask/Casks/sidplay.rb

14 lines
465 B
Ruby
Raw Normal View History

2014-11-14 01:26:55 +08:00
cask :v1 => 'sidplay' do
2014-09-17 19:43:01 +08:00
version :latest
sha256 :no_check
2015-01-18 11:23:24 +08:00
# twinbirds.com is the official download host per the vendor homepage
url 'http://www.twinbirds.com/sidplay/SIDPLAY4.zip'
2014-05-14 21:40:03 +08:00
appcast 'http://www.sidmusic.org/sidplay/mac/sidplay_appcast.xml'
2015-01-12 02:55:48 +08:00
name 'SIDPLAY'
homepage 'http://www.sidmusic.org/sidplay/mac/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:19 +08:00
app 'SIDPLAY.app'
end