2 changed files with 14 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
class AquaTerm < Cask |
|||
url 'http://downloads.sourceforge.net/project/aquaterm/AquaTerm/AquaTerm1.1.0.dmg' |
|||
homepage 'http://aquaterm.sourceforge.net/' |
|||
version '1.1.0' |
|||
sha1 'a1a6d958f0eb6c9b496496bae81d6dcd9781a5bc' |
|||
install 'AquaTermInstaller.pkg' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class Lyx < Cask |
|||
url 'ftp://ftp.lyx.org/pub/lyx/bin/2.0.6/LyX-2.0.6+qt4.dmg' |
|||
homepage 'http://www.lyx.org' |
|||
version '2.0.6' |
|||
sha1 '7fc3350afb6b5b9ebad04d6a1370ca8670b24e04' |
|||
link :app, 'LyX.app' |
|||
end |
Loading…
Reference in new issue