21 lines
803 B
Plaintext
21 lines
803 B
Plaintext
Source: kibot
|
|
Section: electronics
|
|
Priority: optional
|
|
Maintainer: Salvador Eduardo Tropea <salvador@inti.gob.ar>
|
|
Build-Depends: debhelper (>=11~), dh-python, python3-all
|
|
Standards-Version: 4.1.4
|
|
Homepage: https://github.com/INTI-CMNB/KiBot
|
|
X-Python3-Version: >= 3.6
|
|
|
|
Package: kibot
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-yaml, kicad (>= 5.1.6), python3-wxgtk4.0
|
|
Recommends: kibom.inti-cmnb (>= 1.8.0), interactivehtmlbom.inti-cmnb, pcbdraw, imagemagick, librsvg2-bin, python3-xlsxwriter, rar
|
|
Description: KiCad Bot
|
|
KiBot is a program which helps you to automate the generation of KiCad
|
|
output documents easily, repeatable, and most of all, scriptably.
|
|
.
|
|
This means you can use a Makefile to export your KiCad PCBs and
|
|
Schematics just as needed.
|