homebrew-cask/Casks/dia.rb

19 lines
571 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dia' do
2013-08-10 15:23:41 +08:00
version '0.97.2-7'
sha256 '9d3038c01347716800688830eaf52204deb78affe74a5f0c6e0a48fd414d44be'
2016-02-12 08:22:43 +08:00
# sourceforge.net/dia-installer/dia was verified as official when first introduced to the cask
url "http://downloads.sourceforge.net/dia-installer/dia/#{version.sub(%r{-.*}, '')}/Dia-#{version}.dmg"
2015-01-12 03:38:50 +08:00
name 'Dia'
homepage 'http://dia-installer.de/'
license :gpl
depends_on x11: true
app 'Dia.app'
postflight do
2016-06-14 18:52:29 +08:00
system '/usr/bin/sed', '-i', '--', 's/exec/exec env DISPLAY=:0/g', "#{Hbc.appdir}/Dia.app/Contents/Resources/bin/dia"
end
2012-10-03 15:06:35 +08:00
end