app-emulation/rars: update SRC_URI

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-06-02 14:32:23 +02:00
parent 5a66165a3a
commit a20c0e36ac
2 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
JAVA_PKG_IUSE="doc source test"
inherit java-pkg-2 java-pkg-simple
inherit java-pkg-2
jsoft_hash="75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529"
@@ -13,10 +13,8 @@ DESCRIPTION="RARS -- RISC-V Assembler and Runtime Simulator"
HOMEPAGE="https://github.com/TheThirdOne/rars"
SRC_URI="
https://github.com/TheThirdOne/rars/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-75c3a5d.gh.tar.gz
https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-${jsoft_hash}.gh.tar.gz
"
# We need S to point to this directory
S="${WORKDIR}/${P}"
LICENSE="MIT"
SLOT="0"