mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
8 lines
262 B
Ruby
8 lines
262 B
Ruby
class StuffitContainer < TestCask
|
|
url TestHelper.local_binary('sheldonmac.sit')
|
|
homepage 'http://www.tobias-jung.de/seekingprofont/'
|
|
version '1.2.3'
|
|
sha1 'cf511e0c1a11be9e10bbbf3e5c084e54c545e019'
|
|
depends_on_formula 'unar'
|
|
link 'sheldonmac/v1.0'
|
|
end
|