| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20180129 | 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="${P}unstable"
DESCRIPTION="Clone of Boulderdash (a.k.a Emerald Mine on the Amiga)"
HOMEPAGE="https://bitbucket.org/czirkoszoltan/gdash/"
SRC_URI="https://bitbucket.org/czirkoszoltan/${PN}/downloads/${MY_P}.tar.gz"
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+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
default
domenu gdash.desktop
doicon gdash.png
}
media-libs/sdl2-mixer[vorbis] media-libs/sdl2-image[png] x11-libs/gtk+:2 virtual/pkgconfig
media-libs/sdl2-mixer[vorbis] media-libs/sdl2-image[png] x11-libs/gtk+:2
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gdash-20180129unstable.tar.gz | 6218089 bytes | https://bitbucket.org/czirkoszoltan/gdash/downloads/gdash-20180129unstable.tar.gz |