mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
games-board/tetzle: add 3.0.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tetzle-3.0.2.tar.bz2 1036659 BLAKE2B 8f1b28ebfe242b68f84a66dc1546a691ca3a36cf9cfedc70d9e3de617e4bc12079afcdbb6ffde60e6043cff8735dadd9a511e7e2fbb097a33a5f51a0a40070b1 SHA512 9217c2dca774a95ac2f69f6ce865ac677c46382024b378eb1286a6d410a14756b3128f35c338b1d3d33e2528320e482fdebdc8b8a0da41dea705a0a88c319033
|
||||
DIST tetzle-3.0.3.tar.bz2 1036893 BLAKE2B afd08cd16aa4586b9912dfd7d1c4b3198502f77105166c8a6e0819c37ccf07cfd613638da893f43287f6e0f3e8a7fa12ca7c44d0b189550a371de06ec11d920d SHA512 a1fec0c55babb15e4773dd4acff265e106c5f2af2ce8b7909972ca5d64e16f2f863a6a82b454d03e82a9058355fbc6bbae735d25cefe1e820ef37a9c1debedbb
|
||||
|
||||
18
games-board/tetzle/tetzle-3.0.3.ebuild
Normal file
18
games-board/tetzle/tetzle-3.0.3.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Jigsaw puzzle game that uses tetrominoes for the pieces"
|
||||
HOMEPAGE="https://gottcode.org/tetzle/"
|
||||
SRC_URI="https://gottcode.org/tetzle/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-qt/qtbase:6[gui,widgets]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-qt/qttools:6[linguist]"
|
||||
Reference in New Issue
Block a user