Create presentation.rb

A dual-head presentation app, mostly for beamer slides with notes.
This commit is contained in:
Keith Finlay 2015-01-14 09:29:22 -06:00
parent efc91b8efb
commit d737c2569e
1 changed files with 11 additions and 0 deletions

11
Casks/presentation.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'presentation' do
version '1.2'
sha256 'e86a395273b880830a8cf699795c76f7ddb49215e8d6004a26d53eb4a55915ff'
url "http://iihm.imag.fr/blanch/software/osx-presentation/releases/osx-presentation-#{version}.dmg"
name 'Présentation'
homepage 'http://iihm.imag.fr/blanch/software/osx-presentation/'
license :gpl
app 'Présentation.app'
end