You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
428 B
11 lines
428 B
cask :v1 => 'kicad-nightly' do
|
|
version 'r6089.20150813-035304'
|
|
sha256 '9576cb65b28b79c15a3671e628d4ae3ded6e22f20da15b91fb6573ae801c128c'
|
|
|
|
url "http://downloads.kicad-pcb.org/osx/kicad-#{version}.dmg"
|
|
homepage 'http://www.kicad-pcb.org/display/KICAD/KiCad+EDA+Software+Suite'
|
|
license :gpl
|
|
|
|
artifact 'kicad', :target => Pathname.new(File.expand_path('~')).join('Library/Application Support/kicad')
|
|
suite 'Kicad'
|
|
end
|
|
|