Added a cask for PCalc

PCalc (http://www.pcalc.com/) is an excellent RPN calculator program.
This commit is contained in:
Sean Anderson 2013-12-01 22:12:51 -06:00
parent 6ccfb4e91d
commit 3aae67cd20
1 changed files with 7 additions and 0 deletions

7
Casks/pcalc.rb Normal file
View File

@ -0,0 +1,7 @@
class Pcalc < Cask
url 'http://s3.amazonaws.com/tlasystems/PCalc-3.9.dmg'
homepage 'http://www.pcalc.com/index.html'
version '3.9'
sha1 '9450dbe5adf007e181e50c9588c6949915edd82a'
link 'PCalc.app'
end