homebrew-cask/Casks/inkscape.rb

18 lines
524 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'inkscape' do
2015-02-01 08:56:34 +08:00
version '0.91-1'
sha256 '66c9af880f87d5b64006391fc8dd2d3f546d93d6d91235eba7856deacba29862'
2016-03-05 01:42:29 +08:00
# inkscape.global.ssl.fastly.net was verified as official when first introduced to the cask
2015-02-01 08:56:34 +08:00
url "https://inkscape.global.ssl.fastly.net/media/resources/file/Inkscape-#{version}-x11-10.7-x86_64.dmg"
2015-04-03 06:17:31 +08:00
name 'Inkscape'
homepage 'https://inkscape.org/'
license :gpl
depends_on x11: true
app 'Inkscape.app'
binary 'Inkscape.app/Contents/Resources/bin/inkscape'
2014-06-14 18:29:22 +08:00
zap delete: '~/.inkscape-etc'
2012-10-03 15:08:13 +08:00
end