games-arcade/gdash - 20230624 (linuxunderground-overlay)

Search

Package Information

Description:
Clone of Boulderdash (a.k.a Emerald Mine on the Amiga)
Homepage:
https://bitbucket.org/czirkoszoltan/gdash/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20230624 8 ~amd64 ~arm ~x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

media-libs/sdl2-mixer[vorbis]
	media-libs/sdl2-image[png]
	x11-libs/gtk+:3
	virtual/pkgconfig

RDEPEND

media-libs/sdl2-mixer[vorbis]
	media-libs/sdl2-image[png]
	x11-libs/gtk+:3

BDEPEND

app-arch/unzip

Manifest for 20230624

Type File Size Source URLs
DIST gdash-20230624.zip 7016519 bytes https://bitbucket.org/czirkoszoltan/gdash/get/f980da7f4318.zip