homebrew-cask/Casks/iloc.rb

12 lines
375 B
Ruby

cask :v1 => 'iloc' do
version '0.3'
sha256 '3c9909b73ba4a17aef20cdc7efea2333d94f23fca2c87bc6c402bc4f17ce9ef3'
url "https://derailer.org/iloc/iloc-#{version}.tgz"
name 'iloc'
homepage 'https://derailer.org/iloc'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
binary "iloc-#{version}/iloc"
end