Bump
This commit is contained in:
47
dev-embedded/calypsi/calypsi-5.10.ebuild
Normal file
47
dev-embedded/calypsi/calypsi-5.10.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit rpm
|
||||
|
||||
DESCRIPTION="Calypsi is a series of C compiler and assembly language cross compiler tool chains. The current tool chains are aimed towards the retro and hobby communities."
|
||||
HOMEPAGE="https://www.calypsi.cc/"
|
||||
|
||||
SRC_URI="https://github.com/hth313/Calypsi-tool-chains/releases/download/${PV}/calypsi-6502-${PV}-1.x86_64.rpm
|
||||
https://github.com/hth313/Calypsi-tool-chains/releases/download/${PV}/calypsi-65816-${PV}-1.x86_64.rpm
|
||||
https://github.com/hth313/Calypsi-tool-chains/releases/download/${PV}/calypsi-68000-${PV}-1.x86_64.rpm"
|
||||
|
||||
LICENSE="Calypsi"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="strip mirror test"
|
||||
|
||||
DEPEND="sys-process/numactl"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
rpm_unpack calypsi-6502-${PV}-1.x86_64.rpm
|
||||
rpm_unpack calypsi-65816-${PV}-1.x86_64.rpm
|
||||
rpm_unpack calypsi-68000-${PV}-1.x86_64.rpm
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/calypsi/6502
|
||||
cp -aR usr/local/lib/calypsi-6502-${PV}/* "${D}/opt/calypsi/6502"
|
||||
doenvd "${FILESDIR}"/50calypsi-6502
|
||||
dodir /opt/calypsi/65816
|
||||
cp -aR usr/local/lib/calypsi-65816-${PV}/* "${D}/opt/calypsi/65816"
|
||||
doenvd "${FILESDIR}"/50calypsi-65816
|
||||
dodir /opt/calypsi/68000
|
||||
cp -aR usr/local/lib/calypsi-68000-${PV}/* "${D}/opt/calypsi/68000"
|
||||
doenvd "${FILESDIR}"/50calypsi-68000
|
||||
}
|
||||
Reference in New Issue
Block a user