mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
387 B
Ruby
15 lines
387 B
Ruby
cask "lmms" do
|
|
version "1.2.2"
|
|
sha256 "e5aa82086dc67817a763f3e54aa0786cdca590f26981584c07f9ff2ff1fb0503"
|
|
|
|
url "https://github.com/LMMS/lmms/releases/download/v#{version}/lmms-#{version}-mac10.13.dmg",
|
|
verified: "github.com/LMMS/lmms/"
|
|
name "LMMS"
|
|
desc "Music production software"
|
|
homepage "https://lmms.io/"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "LMMS.app"
|
|
end
|