games-arcade/mari0 - 1.6.2 (mva)

Search

Install

Install this version:

emerge -a =games-arcade/mari0-1.6.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-arcade/mari0-1.6.2

Or alternatively:

emerge --autounmask-write -a =games-arcade/mari0-1.6.2

Package Information

Description:
A mix from Nintendo's Super Mario Bros and Valve's Portal
Homepage:
http://stabyourself.net/mari0
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.6.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit desktop wrapper

DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal"
HOMEPAGE="http://stabyourself.net/mari0"
if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Stabyourself/mari0/"
else
	SRC_URI="https://github.com/Stabyourself/mari0/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
SLOT="0"

RDEPEND="
	>=games-engines/love-0.8.0
	media-libs/devil[gif,png]
"

src_unpack() {
	default
}

src_install() {
	local dir="/usr/share/games/love/${PN}"
	insinto "${dir}"
	doins -r .
	doicon -s scalable "${FILESDIR}/${PN}.svg"
	doicon "${S}/_DO_NOT_INCLUDE/icon.png"
	make_wrapper "${PN}" "love /usr/share/games/love/${P}"
	make_desktop_entry "${PN}"
}

pkg_postinst() {
	elog "${PN} savegames and configurations are stored in:"
	elog "~/.local/share/love/${PN}/"
}

Inherited Eclasses

Dependencies

RDEPEND

	>=games-engines/love-0.8.0
	media-libs/devil[gif,png]

Manifest for 1.6.2

Type File Size Source URLs
DIST mari0-1.6.2.tar.gz 3508539 bytes https://github.com/Stabyourself/mari0/archive/refs/tags/1.6.2.tar.gz