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.
14 lines
280 B
14 lines
280 B
7 years ago
|
import 'compile/cmake'
|
||
|
|
||
|
name=kicad
|
||
|
version=4.0.7
|
||
|
|
||
|
dlextract "http://downloads.kicad-pcb.org/libraries/$name-library-$version.tar.gz" \
|
||
|
'b8517ed459d1f9d73a85b0a79691df29'
|
||
|
_
|
||
|
|
||
|
cd "$name-library-$version"
|
||
|
compile_cmake
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|