diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-04-09 16:19:59 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-04-09 16:20:16 +0200 |
commit | 4c03f8213e425147b2b95156ddb50418eb431a82 (patch) | |
tree | 73df258975996c203dc3c53296cae06dc9b18841 /app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | |
parent | www-apps/readarr-bin: drop 0.3.21.2475 (diff) | |
download | gentoo-4c03f8213e425147b2b95156ddb50418eb431a82.tar.gz gentoo-4c03f8213e425147b2b95156ddb50418eb431a82.tar.bz2 gentoo-4c03f8213e425147b2b95156ddb50418eb431a82.zip |
app-emulation/qtrvsim: new packages, migrated from ::riscv
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild')
-rw-r--r-- | app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild new file mode 100644 index 000000000000..88e56acd60ea --- /dev/null +++ b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="RISC-V CPU simulator for education" +HOMEPAGE="https://github.com/cvut/qtrvsim" +SRC_URI="https://github.com/cvut/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-qt/qtbase:6[gui,widgets] + virtual/libelf:= +" +RDEPEND="${DEPEND}" + +CMAKE_SKIP_TESTS=( + # Fails in 0.9.7, but not in master. + cli_stalls +) |