mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 06:17:14 -06:00
12 lines
281 B
Ruby
12 lines
281 B
Ruby
cask :v1 => 'macscale' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# brinscall.com is the official download host per the vendor homepage
|
|
url 'http://www.brinscall.com/MacScale.zip'
|
|
name 'MacScale'
|
|
homepage 'http://www.macscale.com'
|
|
license :closed
|
|
|
|
app 'MacScale.app'
|
|
end
|