mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
DragThing is the original dock designed to tidy up your Macintosh desktop. It puts all your documents, folders, and applications just a single click away. Highly flexible, it allows multiple docks, each customised to suit your exact needs.
7 lines
221 B
Ruby
7 lines
221 B
Ruby
class Dragthing < Cask
|
|
url 'http://s3.amazonaws.com/tlasystems/DragThing-5.9.12.dmg'
|
|
homepage 'http://www.dragthing.com'
|
|
version '5.9.12'
|
|
sha1 '1996789effdf85329e8dce970bae37c0770b580d'
|
|
link 'DragThing.app'
|
|
end
|