sci-electronics/qucs-s: add 25.2.0

Signed-off-by: Manuel <ljn0099@hotmail.com>
This commit is contained in:
Manuel
2026-03-01 11:11:00 +01:00
parent 000e70376d
commit 366006a464
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qucs-s-25.1.2.tar.gz 4718218 BLAKE2B 04ebe413f7e0ab529fed003718def80212a8c48eca4ee78b71ecd651139e9db9b059359b793a0980c01a91762715ea7076c632392577432ba7f8f7cc3ce7eda9 SHA512 4d87fb60d4ea23d6daa19284a110ef43fdb82fe3348448b09a1fcf7b19dde18799a3d498947437ea91e830c9072e19ba874fc956968c69b91f827bd597a23df4
DIST qucs-s-25.2.0.tar.gz 4804075 BLAKE2B 1630f48cda9d6e77d1adc5667d5dae5443d0589935b9408b6dd4ce2d93f83cd92ff73e6898baed8e2bc3520dfe1a2f43c88cfa73c6e3f3be11bd2b3b1029bb47 SHA512 21161864a03fd120218657403caf51c962f612ee249d8635939eb1b225ae502b5e5f59ef8bcde417aa1783328dba406e2abbe37f75988a789b70d99529986172

View File

@@ -0,0 +1,33 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Quite universal circuit simulator with SPICE"
HOMEPAGE="https://ra3xdh.github.io/"
SRC_URI="https://github.com/ra3xdh/qucs_s/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
inherit cmake
DEPEND="
dev-qt/qtbase:6
dev-qt/qttools:6
dev-qt/qtsvg:6
dev-qt/qtcharts:6
"
RDEPEND="
${DEPEND}
"
BDEPEND="
dev-build/cmake
sys-devel/flex
sys-devel/bison
dev-util/gperf
app-text/dos2unix
"