36 lines
764 B
Bash
36 lines
764 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit git-r3
|
|
|
|
DESCRIPTION="Space Nerds in Space - Bridge simulator"
|
|
HOMEPAGE="https://smcameron.github.io/space-nerds-in-space/"
|
|
EGIT_REPO_URI="https://github.com/smcameron/space-nerds-in-space.git"
|
|
|
|
EGIT_CHECKOUT_DIR=${WORKDIR}/${P}
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64 ~arm"
|
|
IUSE=""
|
|
|
|
DEPEND="media-libs/portaudio \
|
|
media-libs/libvorbis \
|
|
x11-libs/gtk+:2 \
|
|
dev-vcs/git \
|
|
dev-vcs/stgit \
|
|
media-gfx/openscad \
|
|
x11-libs/gtkglext \
|
|
media-libs/glew \
|
|
dev-libs/openssl \
|
|
media-sound/sox \
|
|
app-accessibility/espeak \
|
|
media-sound/alsa-utils \
|
|
media-libs/libsdl \
|
|
app-accessibility/pocketsphinx"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|