games-arcade/shoothookers - 0 (mva)

Search

Install

Install this version:

emerge -a =games-arcade/shoothookers-0

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

autounmask =games-arcade/shoothookers-0

Or alternatively:

emerge --autounmask-write -a =games-arcade/shoothookers-0

Package Information

Description:
A game prototype by Maurice (mari0 author)
Homepage:
https://stabyourself.net/other/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0 8 ~amd64 ~arm ~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 game prototype by Maurice (mari0 author)"
HOMEPAGE="https://stabyourself.net/other/"
SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}.love -> ${P}.zip"

S="${WORKDIR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

DEPEND=">=games-engines/love-0.8.0:*"
RDEPEND="${DEPEND}"
BDEPEND="app-arch/unzip"

src_install() {
	local dir="/usr/share/games/love/${PN}"
	insinto "${dir}"
	doins -r .
	make_wrapper "${PN}" "love /usr/share/games/love/${PN}"
	make_desktop_entry "${PN}"
}

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

Inherited Eclasses

Dependencies

DEPEND

>=games-engines/love-0.8.0:*

RDEPEND

>=games-engines/love-0.8.0:*

BDEPEND

app-arch/unzip

Manifest for 0

Type File Size Source URLs
DIST shoothookers-0.zip 532158 bytes https://stabyourself.net/dl.php?file=shoothookers/shoothookers.love