| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20230624 | 8 | ~amd64 ~arm ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop
MY_P="czirkoszoltan-gdash-f980da7f4318"
DESCRIPTION="Clone of Boulderdash (a.k.a Emerald Mine on the Amiga)"
HOMEPAGE="https://bitbucket.org/czirkoszoltan/gdash/"
SRC_URI="https://bitbucket.org/czirkoszoltan/gdash/get/f980da7f4318.zip -> ${P}.zip"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="media-libs/sdl2-mixer[vorbis]
media-libs/sdl2-image[png]
x11-libs/gtk+:3"
DEPEND="${RDEPEND}
virtual/pkgconfig"
BDEPEND="app-arch/unzip"
src_install() {
default
domenu gdash.desktop
doicon gdash.png
}
media-libs/sdl2-mixer[vorbis] media-libs/sdl2-image[png] x11-libs/gtk+:3 virtual/pkgconfig
media-libs/sdl2-mixer[vorbis] media-libs/sdl2-image[png] x11-libs/gtk+:3
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gdash-20230624.zip | 7016519 bytes | https://bitbucket.org/czirkoszoltan/gdash/get/f980da7f4318.zip |