mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add last 24* release
This commit is contained in:
parent
ccd39804d5
commit
fceb207734
60
contrib/gentoo/sci-electronics/qucs_s/qucs_s-24.4.1.ebuild
Normal file
60
contrib/gentoo/sci-electronics/qucs_s/qucs_s-24.4.1.ebuild
Normal file
@ -0,0 +1,60 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/ra3xdh/qucs_s.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/ra3xdh/qucs_s/releases/download/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
inherit cmake-multilib optfeature xdg
|
||||
|
||||
DESCRIPTION="Quite universal circuit simulator with SPICE"
|
||||
HOMEPAGE="https://github.com/ra3xdh/qucs_s"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
RESTRICT=""
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtbase:6[gui,widgets]
|
||||
dev-qt/qtsvg:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-qt/qttools:6[linguist]
|
||||
sys-devel/flex
|
||||
sys-devel/bison
|
||||
dev-util/gperf
|
||||
app-text/dos2unix
|
||||
"
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_QT6=ON
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "Result postprocessing in Octave" sci-mathematics/octave
|
||||
|
||||
optfeature_header "Install optonal simulator backends:"
|
||||
optfeature "Ngspice" sci-electronics/ngspice
|
||||
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user