mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
305 B
Ruby
10 lines
305 B
Ruby
cask :v1 => 'lilypond' do
|
|
version '2.18.2-1'
|
|
sha256 '0009bf234db6a598e30940ae9a5cef50ffe939992c9bf0c7959ecd9c0d179c80'
|
|
|
|
url "http://download.linuxaudio.org/lilypond/binaries/darwin-x86/lilypond-#{version}.darwin-x86.tar.bz2"
|
|
homepage 'http://lilypond.org'
|
|
license :gpl
|
|
|
|
app 'LilyPond.app'
|
|
end
|