mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
iOrdning is based on the regular bookkeeping concepts accounts and journal entries but adds a number of features that help you minimise the time you spend on your bookkeeping.
12 lines
329 B
Ruby
12 lines
329 B
Ruby
cask :v1 => 'iordning' do
|
|
version '6.0.11'
|
|
sha256 '69e174863fc72befdbbf4b0860fe51c4879d08e83a1a9335e0d9d78f045f6af8'
|
|
|
|
url "http://www.aderstedtsoftware.com/downloads/iOrdning#{version.to_i}.zip"
|
|
name 'iOrdning'
|
|
name 'Economacs'
|
|
homepage 'http://aderstedtsoftware.com/'
|
|
license :commercial
|
|
|
|
app 'iOrdning.app'
|
|
end
|