sci-electronics/qucs-s: new package, add 25.1.2

Signed-off-by: Manuel <ljn0099@hotmail.com>
This commit is contained in:
Manuel
2025-06-16 13:48:55 +02:00
parent 6d4dd200d9
commit ac22c936ab
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST qucs-s-25.1.2.tar.gz 4718218 BLAKE2B 04ebe413f7e0ab529fed003718def80212a8c48eca4ee78b71ecd651139e9db9b059359b793a0980c01a91762715ea7076c632392577432ba7f8f7cc3ce7eda9 SHA512 4d87fb60d4ea23d6daa19284a110ef43fdb82fe3348448b09a1fcf7b19dde18799a3d498947437ea91e830c9072e19ba874fc956968c69b91f827bd597a23df4

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ljn0099@hotmail.com</email>
<name>Manuel</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/ra3xdh/qucs_s/issues</bugs-to>
<remote-id type="github">ra3xdh/qucs_s</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# 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="sci-electronics/ngspice
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"