Initial import
This commit is contained in:
35
games-simulation/snis/snis-9999.ebuild
Normal file
35
games-simulation/snis/snis-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user