summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-09-28 21:10:57 +1000
committerMatt Jolly <kangie@gentoo.org>2024-09-28 21:12:25 +1000
commit3f61efe87d7deea6c38032823a872cfb81cc1fab (patch)
treebd6afbab93d9a0858743a0969bb7514443deb4a8 /games-puzzle/pipewalker/pipewalker-1.1.ebuild
parentdev-python/jaraco-collections: Stabilize 5.1.0 ALLARCHES, #940431 (diff)
downloadgentoo-3f61efe87d7deea6c38032823a872cfb81cc1fab.tar.gz
gentoo-3f61efe87d7deea6c38032823a872cfb81cc1fab.tar.bz2
gentoo-3f61efe87d7deea6c38032823a872cfb81cc1fab.zip
games-puzzle/pipewalker: add 1.1
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'games-puzzle/pipewalker/pipewalker-1.1.ebuild')
-rw-r--r--games-puzzle/pipewalker/pipewalker-1.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-puzzle/pipewalker/pipewalker-1.1.ebuild b/games-puzzle/pipewalker/pipewalker-1.1.ebuild
new file mode 100644
index 000000000000..59f3b1f4b402
--- /dev/null
+++ b/games-puzzle/pipewalker/pipewalker-1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Rotating pieces puzzle game"
+HOMEPAGE="https://github.com/artemsen/pipewalker"
+SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ media-libs/libsdl2[opengl,sound,video]
+ media-libs/sdl2-image[png]
+ virtual/opengl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"