mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Personalized license (http://www.zibity.com/licence.html) that mainly serves to disallow large copying of course code and major for-profit purposes
11 lines
309 B
Ruby
11 lines
309 B
Ruby
cask :v1 => 'broomstick' do
|
|
version '0.91'
|
|
sha256 '2cfb70829bd2456b4a2c88b2b5bf037f3a479df13c58a40620f659f9df5b8b2b'
|
|
|
|
url "http://downloads.zibity.com/Broomstick/Broomstick%20#{version}.zip"
|
|
name 'Broomstick'
|
|
homepage 'http://www.zibity.com/broomstick'
|
|
license :gratis
|
|
|
|
app 'Broomstick.app'
|
|
end
|