homebrew-cask-versions/Casks/bandage.rb
Shaun Jackman 528788a584 bandage 0.3.0: New formula
Bandage is a GUI program that allows users to interact with
the assembly graphs made by de novo assemblers Velvet and
SPAdes.
2015-02-23 13:45:32 -08:00

11 lines
313 B
Ruby

cask :v1 => 'bandage' do
version '0.3.0'
sha256 '9d2fbda1ae8ca46754a48d1270cc770fc0dc916387eeaf37ad03ef311d38ca2d'
url 'https://github.com/rrwick/Bandage/releases/download/v0.3.0/Bandage_Mac_v0.3.0.zip'
name 'Bandage'
homepage 'http://rrwick.github.io/Bandage/'
license :gpl
app 'Bandage.app'
end