mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
438 B
Ruby
11 lines
438 B
Ruby
class SelflanguageSelfControl < Cask
|
|
version '4.5.0'
|
|
sha256 'fa5edc50ec517c06547e8c57246075f1fcd4ad98b5b9c681b9a60e357f4d3f04'
|
|
|
|
url "http://files.selflanguage.org/releases/#{version.gsub(/\.\d$/, '')}/Self-#{version}.dmg"
|
|
homepage 'http://selflanguage.org/'
|
|
|
|
link 'Self Control.app'
|
|
binary 'Clean.snap', :target => '/Users/Shared/Self/Clean.snap'
|
|
caveats 'A clean snapshot is available in /Users/Shared/Self/Clean.snap'
|
|
end
|