games-misc/openmsx - 0.4.2 (gentoo)

Search

Package Information

Description:
Open source music base set for OpenTTD
Homepage:
https://wiki.openttd.org/en/Basesets/OpenMSX https://github.com/OpenTTD/OpenMSX
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4.2 8 ~amd64 ~arm ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )

inherit python-any-r1

DESCRIPTION="Open source music base set for OpenTTD"
HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenMSX https://github.com/OpenTTD/OpenMSX"
SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.xz"
S="${WORKDIR}/${P}-source"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
# Don't appear to be meaningful
RESTRICT="test"

BDEPEND="${PYTHON_DEPS}"

src_install() {
	insinto /usr/share/openttd/baseset/${P}
	doins ${P}/{*.mid,openmsx.obm}
	dodoc ${P}/{changelog,readme}.txt
}

Dependencies

BDEPEND

${PYTHON_DEPS}

Manifest for 0.4.2

Type File Size Source URLs
DIST openmsx-0.4.2-source.tar.xz 114804 bytes https://cdn.openttd.org/openmsx-releases/0.4.2/openmsx-0.4.2-source.tar.xz