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
358 B
11 lines
358 B
name=kicad
|
|
version=4.0.7
|
|
|
|
dlextract "http://downloads.kicad-pcb.org/libraries/$name-footprints-$version.tar.gz" \
|
|
'280b065c34ca9ea225772893e84c65cc'
|
|
_
|
|
|
|
mkdir -p "$dir_install/$dir_prefix/$dir_data/kicad"
|
|
cp -aT "$name-footprints-$version" "$dir_install/$dir_prefix/$dir_data/kicad/footprints"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|