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
390 B
12 lines
390 B
10 years ago
|
cask :v1 => 'kicad-nightly' do
|
||
10 years ago
|
version 'r5572.20150404-034315'
|
||
|
sha256 '08bdff67c5c851154b58ff8556c70dbe986f1899e557ff6bf23ab7f658ac696c'
|
||
|
|
||
|
url "http://downloads.kicad-pcb.org/osx/kicad-#{version}.dmg"
|
||
|
homepage 'http://www.kicad-pcb.org/'
|
||
|
license :gpl
|
||
|
|
||
|
artifact 'kicad', :target => Pathname.new(File.expand_path('~')).join('Library/Application Support/kicad')
|
||
|
suite 'Kicad'
|
||
|
end
|