games-puzzle/generic-tetromino-game - 9999 (guru)

Search

Install

Install this version:

emerge -a =games-puzzle/generic-tetromino-game-9999

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

autounmask =games-puzzle/generic-tetromino-game-9999

Or alternatively:

emerge --autounmask-write -a =games-puzzle/generic-tetromino-game-9999

Package Information

Description:
Faithful clone of NES Tetris but with new features and mods API
Homepage:
https://generic-tetromino-game.sebsite.pw/
License:
GPL-3 all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="Faithful clone of NES Tetris but with new features and mods API"
HOMEPAGE="https://generic-tetromino-game.sebsite.pw/"
EGIT_REPO_URI="https://git.sr.ht/~sebsite/generic-tetromino-game"
# GPL-3: Engine
# all-right-reserved:
# - Sound effects extracted from NES Tetris
# - Tiles if copyrightable
# - SiIvaGunner rips
LICENSE="GPL-3 all-rights-reserved"
SLOT="0"

# Note: Lua version is hardcoded
RDEPEND="
	dev-lang/lua:5.4
	media-libs/libsdl2
	media-libs/sdl2-mixer
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_install() {
	emake DESTDIR="${ED}" PREFIX="/usr" install
}

Inherited Eclasses

Dependencies

DEPEND

	dev-lang/lua:5.4
	media-libs/libsdl2
	media-libs/sdl2-mixer

RDEPEND

	dev-lang/lua:5.4
	media-libs/libsdl2
	media-libs/sdl2-mixer

BDEPEND

virtual/pkgconfig