mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Freeware (see http://www.slimboat.com/en/webhelp/index.htm), can't modify, translate, reverse program, decompile, etc.
11 lines
216 B
Ruby
11 lines
216 B
Ruby
cask :v1 => 'slimboat' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.slimboat.com/release/slimboat.dmg'
|
|
name 'SlimBoat'
|
|
homepage 'http://www.slimboat.com'
|
|
license :gratis
|
|
|
|
app 'SlimBoat.app'
|
|
end
|