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.
12 lines
402 B
12 lines
402 B
cask 'kicad-nightly' do
|
|
version 'r6706.20160422-034348'
|
|
sha256 '9f5d9e9ba2f7d6197a814d47593b13b9105f9b967a37936df01dc19d0b3ecbaa'
|
|
|
|
url "http://downloads.kicad-pcb.org/osx/nightly/kicad-#{version}.dmg"
|
|
name 'KiCad'
|
|
homepage 'http://www.kicad-pcb.org'
|
|
license :gpl
|
|
|
|
suite 'Kicad'
|
|
artifact 'kicad', target: Pathname.new(File.expand_path('~')).join('Library/Application Support/kicad')
|
|
end
|
|
|