mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
+ added USE opencascade + add github upstream in metadata Signed-off-by: Victor Kustov <ktrace@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/33301 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>sci-electronics@gentoo.org</email>
|
|
<description>Gentoo Electronics Project</description>
|
|
</maintainer>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>ktrace@yandex.ru</email>
|
|
<name>Victor V. Kustov</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
LibrePCB is a free EDA software to develop printed circuit boards.
|
|
Cross-platform, multilingual (both application and library elements), intuitive, modern and easy-to-use graphical user interface.
|
|
- All-In-One: project management + library/schematic/board editors
|
|
- Very powerful library design with some innovative concepts
|
|
- Human-readable file formats for both libraries and projects
|
|
- Multi-PCB feature (different PCB variants of the same schematic)
|
|
- Automatic netlist synchronisation between schematic and board
|
|
</longdescription>
|
|
<use>
|
|
<flag name="opencascade">Build with <pkg>sci-libs/opencascade</pkg>the 3D features (e.g. reading/writing STEP files)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">LibrePCB/LibrePCB</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|