1
0
flewkey-overlay/media-sound/klystrack/klystrack-9999.ebuild
2020-09-09 17:19:45 +00:00

21 lines
386 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGIT_REPO_URI="https://github.com/kometbomb/klystrack.git"
inherit git-r3
DESCRIPTION="A really cool fakebit tracker"
HOMEPAGE="http://kometbomb.github.io/klystrack/"
LICENSE="MIT"
SLOT="0"
DEPEND="
media-libs/libsdl2
media-libs/sdl2-image
"
RDEPEND="${DEPEND}"
BDEPEND=""