homebrew-cask/Casks/lilypond.rb

20 lines
703 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lilypond' do
version '2.18.2-1'
2015-07-02 12:24:55 +08:00
if Hardware::CPU.type == :ppc
sha256 '4044931924c51b4b511b7e4597d7184b70ec2e5f0df143b8179d10825d828f4d'
# linuxaudio.org is the official download host per the vendor homepage
url "http://download.linuxaudio.org/lilypond/binaries/darwin-ppc/lilypond-#{version}.darwin-ppc.tar.bz2"
else
sha256 '0009bf234db6a598e30940ae9a5cef50ffe939992c9bf0c7959ecd9c0d179c80'
# linuxaudio.org is the official download host per the vendor homepage
url "http://download.linuxaudio.org/lilypond/binaries/darwin-x86/lilypond-#{version}.darwin-x86.tar.bz2"
end
2015-01-12 02:53:57 +08:00
name 'LilyPond'
homepage 'http://lilypond.org'
license :gpl
2014-09-16 00:05:51 +08:00
app 'LilyPond.app'
end