homebrew-cask/Casks/svgcleaner.rb

19 lines
787 B
Ruby
Raw Normal View History

cask 'svgcleaner' do
2017-06-28 04:01:44 +08:00
version '0.9.1'
sha256 'f0bb62eba3f0eb68e7c71d913fb74d3438c40ad27186f3e9e945a2185634d3f0'
2016-11-02 05:56:46 +08:00
2016-11-04 23:38:58 +08:00
url "https://github.com/RazrFalcon/svgcleaner-gui/releases/download/v#{version}/svgcleaner_macos_#{version}.zip"
2016-11-02 05:56:46 +08:00
appcast 'https://github.com/RazrFalcon/svgcleaner-gui/releases.atom',
2017-06-28 04:01:44 +08:00
checkpoint: '0766cb077502e5e486e67580c20afc5636faa96f1a9ce087fce3df03aeeaaea2'
2016-11-04 23:38:58 +08:00
name 'SVG Cleaner'
2016-11-02 05:56:46 +08:00
homepage 'https://github.com/RazrFalcon/svgcleaner-gui/'
2017-06-07 08:50:08 +08:00
app 'SVG Cleaner.app'
binary "#{appdir}/SVG Cleaner.app/Contents/MacOS/svgcleaner-cli", target: 'svgcleaner'
2016-11-02 05:56:46 +08:00
zap delete: [
'~/Library/Preferences/com.svgcleaner.svgcleaner.plist',
'~/Library/Saved Application State/com.yourcompany.SVGCleaner.savedState',
]
2016-11-02 05:56:46 +08:00
end