summaryrefslogtreecommitdiff
path: root/games-arcade/oshu/oshu-1.6.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-02 15:59:12 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-02 15:59:12 +0000
commit06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (patch)
tree8d58c1f4b049da677b33209b072f2b3057268fe0 /games-arcade/oshu/oshu-1.6.0.ebuild
parent99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (diff)
gentoo resync : 02.03.2018
Diffstat (limited to 'games-arcade/oshu/oshu-1.6.0.ebuild')
-rw-r--r--games-arcade/oshu/oshu-1.6.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/games-arcade/oshu/oshu-1.6.0.ebuild b/games-arcade/oshu/oshu-1.6.0.ebuild
new file mode 100644
index 000000000000..d8ded4320ec0
--- /dev/null
+++ b/games-arcade/oshu/oshu-1.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Lightweight osu! port"
+HOMEPAGE="https://github.com/fmang/oshu"
+SRC_URI="https://www.mg0.fr/oshu/releases/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3 CC-BY-NC-4.0"
+SLOT="0"
+IUSE="libav"
+
+RDEPEND="
+ >=media-libs/libsdl2-2.0.5:=
+ media-libs/sdl2-image:=
+ x11-libs/cairo:=
+ x11-libs/pango:=
+ !libav? ( media-video/ffmpeg:= )
+ libav? ( media-video/libav:= )
+"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"