summaryrefslogtreecommitdiff
path: root/sci-electronics
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-02 03:04:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-02 03:04:46 -0500
commit964d39efcc2b2e0270dd6ab8341eb85bb5275852 (patch)
treed9c187d35f14c1f5bc6ca70898cae4706daee5b7 /sci-electronics
parent6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (diff)
downloadbaldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.gz
baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.xz
baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.zip
Adding metadata
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/flexbv-free-bin/Manifest1
-rw-r--r--sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild55
2 files changed, 56 insertions, 0 deletions
diff --git a/sci-electronics/flexbv-free-bin/Manifest b/sci-electronics/flexbv-free-bin/Manifest
index 99bee14faae4..851c855267fc 100644
--- a/sci-electronics/flexbv-free-bin/Manifest
+++ b/sci-electronics/flexbv-free-bin/Manifest
@@ -1 +1,2 @@
DIST flexbv-free-5.3156-linux-x86_64.tar.gz 15357249 BLAKE2B 39f31431e6dc6f4a312d2fc26123c83875acd03958c66964875880e903d53d6b714e06329a950985197b92545fd5f96df7b70256aacf837dc303fef4f1b995d6 SHA512 96aac38ba79a4b9ca4884210aaf1ad44733c058354522cc28e4f75dea87349b590fe43c9053963720a00f4db75addff8056730a36c66f76a9c7d0afa67e939f8
+DIST flexbv-free-5.3162-linux-x86_64.tar.gz 14133741 BLAKE2B 63778a5d2f9e8560521dabe719d543cb718f0f4b332a6cdf0b5fcab7a872c819449e74cbe74dc9a5ddbe297116cb3d17b995bdd1b878b5aa43702cae14250c30 SHA512 f2ad98c029dc6d5a6357e277048ad03c27a5c66f602689656bf060e29dcd313fe7b9d239c209ac587bf5c4d9a26f3c27e0ecb49db09ba6a3c60d8638a1be2151
diff --git a/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild b/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild
new file mode 100644
index 000000000000..3adc2bd0f67b
--- /dev/null
+++ b/sci-electronics/flexbv-free-bin/flexbv-free-bin-5.3162.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Free version of the FlexBV boardview and schematic software"
+HOMEPAGE="https://pldaniels.com/flexbv5/"
+SRC_URI="https://pldaniels.com/flexbv5/releases/flexbv-free-${PV}-linux-x86_64.tar.gz"
+
+S="${WORKDIR}/flexbv-free-${PV}-linux-x86_64"
+
+LICENSE="FlexBV-Free-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror test strip"
+
+QA_PREBUILT="
+ usr/bin/flexbv
+"
+
+RDEPEND="
+ media-libs/fontconfig
+ media-libs/libsdl2
+ sys-libs/zlib
+ virtual/opengl
+"
+
+src_install() {
+ # install binary
+ dobin flexbv
+
+ # install desktop file
+ domenu "${S}"/share/applications/flexbv.desktop
+
+ # install icon
+ doicon -s scalable "${S}"/share/icons/hicolor/scalable/apps/flexbv.svg
+
+ # install metainfo and mime files
+ insinto /usr/share/metainfo
+ doins "${S}"/share/appdata/flexbv.appdata.xml
+
+ insinto /usr/share/mime/packages
+ doins "${S}"/share/mime/packages/flexbv.xml
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+}