commit:     5a3d415f0ec67f3ddf82e18ef19d77e0ed87f688
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  3 19:03:40 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 19:04:03 2024 +0000
URL:        https://gitweb.gentoo.org/proj/riscv.git/commit/?id=5a3d415f

app-emulation/qtrvsim: add 0.9.7

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-emulation/qtrvsim/Manifest             |  1 +
 app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest
index 1626220..654a094 100644
--- a/app-emulation/qtrvsim/Manifest
+++ b/app-emulation/qtrvsim/Manifest
@@ -1 +1,2 @@
 DIST qtrvsim-0.9.5.tar.gz 1328020 BLAKE2B 
3e390af0db8ee0cce8267c3923efb965f7bebd07be7e154ac45906f830f020115e86ec42faa179abc53c819ade9168a22cf6a01529b15a3c0cd9473068559ac5
 SHA512 
f888d159131c6ea4f48cfc4b34f406a15e122c8422bc0f0dae24275a7487a1a0df16008dc8e2c74105b49710816b07e5bea90334f6f06851aa4d1f53078172b5
+DIST qtrvsim-0.9.7.tar.gz 1421805 BLAKE2B 
9128dbe513860eafd01e0f37a99547797d385b57a404e06aea310404012e66e6be802920cdea62acb914d355fc842cd3759fc794d2cd417257b941f9ec62fbec
 SHA512 
0d53e21681630cbf97db472472bd96dfe4914e0d275a1094cb18a7f0372cef23b0dea3c33092b6ab6d2403737070ef0b6f2b1f5d9d35eea8923b24a80ac6adfe

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 0000000..fee07ec
--- /dev/null
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
@@ -0,0 +1,20 @@
+# 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
+       virtual/libelf:=
+"
+RDEPEND="${DEPEND}"

Reply via email to