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.
16 lines
447 B
Ruby
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
|