# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake desktop DESCRIPTION="Port from an old Amiga game" HOMEPAGE="https://methane.sourceforge.net/ https://github.com/rombust/Methane" SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://src.fedoraproject.org/rpms/methane/raw/f41/f/methane.png " S="${WORKDIR}/Methane-${PV}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" dev-util/vulkan-headers media-libs/alsa-lib x11-libs/libXinerama x11-libs/libXrender " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_install() { dobin "${S}_build"/methane insinto /usr/share/${PN} doins resources/* doicon "${DISTDIR}/${PN}.png" make_desktop_entry ${PN} "Super Methane Brothers" HTML_DOCS="docs/*" dodoc authors.txt history.txt README.md }