summaryrefslogtreecommitdiff
path: root/sys-boot/cromwell-bin/cromwell-bin-2.40-r2.ebuild
blob: 62059734f721a1bf62ce5acdd0fb8c2d111fe865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit mount-boot

DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org"
HOMEPAGE="https://sourceforge.net/projects/xbox-linux/"
SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz"
S="${WORKDIR}/cromwell-${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~x86"
RESTRICT="${RESTRICT} strip"

src_install() {
	insinto /boot/${PN}
	doins cromwell{,_1024}.bin xromwell.xbe
}