aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-27 21:16:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-27 21:16:14 +0200
commitdda8346c6cc8e90f68f2afca41c009bb6203159d (patch)
treee7d1d583217463e4670abcf9a088d499816861b1
parentprofiles: One more victim of missing pcre-jit (diff)
downloadriscv-dda8346c.tar.gz
riscv-dda8346c.tar.bz2
riscv-dda8346c.zip
app-emulation/qemu-riscv64-bin: Add prebuilt qemu-riscv64 binary
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--app-emulation/qemu-riscv64-bin/Manifest1
-rw-r--r--app-emulation/qemu-riscv64-bin/metadata.xml8
-rw-r--r--app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild20
3 files changed, 29 insertions, 0 deletions
diff --git a/app-emulation/qemu-riscv64-bin/Manifest b/app-emulation/qemu-riscv64-bin/Manifest
new file mode 100644
index 0000000..6c12bba
--- /dev/null
+++ b/app-emulation/qemu-riscv64-bin/Manifest
@@ -0,0 +1 @@
+DIST qemu-riscv64-bin-3.1.0-r4.tar.xz 4701356 BLAKE2B a94f2b4f66f276f2ba8a35c17eae4eb1c55ff08d019412ec4b6969f8a3d2c0dedfd56bfbbc5574cb7084728edfbd2a96f9008121627d094840fa7b225aacd1a4 SHA512 525ebb50cffbe91ec6a23d2bbe26ec4bf29b6a32774ae2cd5356c7f251eedfaaa70d9977882c74f8509148bdb70430a6977af41911f425b89b872293676d1f17
diff --git a/app-emulation/qemu-riscv64-bin/metadata.xml b/app-emulation/qemu-riscv64-bin/metadata.xml
new file mode 100644
index 0000000..79289ef
--- /dev/null
+++ b/app-emulation/qemu-riscv64-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>riscv@gentoo.org</email>
+ <name>RISC-V</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
new file mode 100644
index 0000000..30853f0
--- /dev/null
+++ b/app-emulation/qemu-riscv64-bin/qemu-riscv64-bin-3.1.0-r4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Statically linked x86-64 binary of app-emulation/qemu, riscv64 emulator"
+
+HOMEPAGE="http://www.qemu.org"
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PN}-${PVR}.tar.xz"
+LICENSE="GPL-2 LGPL-2 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!app-emulation/qemu[qemu_user_targets_riscv64]"
+
+S=${WORKDIR}
+
+src_install() {
+ dobin qemu-riscv64
+}