Files
homebrew-cask/Casks/m/mauve.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
447 B
Ruby

cask "mauve" do
version "2015.02.25"
sha256 "7a9586ef3b83aa7678424a3f17ac15a257ff520b3968d78e1345b3c69b23c171"
url "https://darlinglab.org/mauve/snapshots/#{version.major}/#{version.dots_to_hyphens}/MacOS/Mauve-snapshot_#{version.dots_to_hyphens}.dmg"
name "Mauve"
desc "System for constructing multiple genome alignments"
homepage "https://darlinglab.org/mauve/mauve.html"
app "Mauve.app"
caveats do
discontinued
end
end