mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This could theoretically be billed as ':freemium' but after the trial period is over the app apparently forces you to use Comic Sans (http://gizmodo.com/5909063/how-to-make-sure-someone-will-buy-your-app). Some may consider paying to avoid that a freemium, but I and many other would argue a Comic Sans-only texteditor is no texteditor at all.
11 lines
261 B
Ruby
11 lines
261 B
Ruby
cask :v1 => 'chocolat' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://chocolatapp.com/download'
|
|
appcast 'http://chocolatapp.com/userspace/appcast/appcast_alpha.php'
|
|
homepage 'http://chocolatapp.com/'
|
|
license :commercial
|
|
|
|
app 'Chocolat.app'
|
|
end
|