mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
games-puzzle/generic-tetromino-game: new package, add 9999
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
# 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"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
# 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
|
||||||
|
}
|
||||||
8
games-puzzle/generic-tetromino-game/metadata.xml
Normal file
8
games-puzzle/generic-tetromino-game/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>contact@hacktivis.me</email>
|
||||||
|
<name>Haelwenn (lanodan) Monnier</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user