aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc5.ebuild')
-rw-r--r--sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc5.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc5.ebuild b/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc5.ebuild
new file mode 100644
index 0000000..1f87eeb
--- /dev/null
+++ b/sys-firmware/u-boot-bin/u-boot-bin-2022.10_rc5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="U-boot binary firmware which can be used by qemu as bios"
+HOMEPAGE="https://www.denx.de/project/u-boot/"
+SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""