Added Buddi

Buddi is a personal finance and budgeting program, aimed at those who
have little or no financial background. In making this software, I have
attempted to make things as simple as possible, while still retaining
enough functions to satisfy most home users.
This commit is contained in:
Caleb Xu 2014-04-18 14:40:27 -04:00
parent 8d510fd2fc
commit ef25fac2bd

7
Casks/buddi.rb Normal file
View file

@ -0,0 +1,7 @@
class Buddi < Cask
url 'http://buddi.digitalcave.ca/buddi.dmg'
homepage 'http://buddi.digitalcave.ca/index.jsp'
version 'latest'
no_checksum
link 'Buddi.app'
end