diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-02-24 20:06:57 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-27 23:45:13 +0100 |
commit | 46d1c5954f04eb1094b373599f80a620e41b38d3 (patch) | |
tree | 0882d3e43e19c0235f6b5a7f70c1581e4f48cf26 /games-arcade | |
parent | media-fonts/source-han-sans: QA fix; add missing local (diff) | |
download | gentoo-46d1c5954f04eb1094b373599f80a620e41b38d3.tar.gz gentoo-46d1c5954f04eb1094b373599f80a620e41b38d3.tar.bz2 gentoo-46d1c5954f04eb1094b373599f80a620e41b38d3.zip |
games-arcade/oshu: new package.
osu! is that PC clone of the osu! Tatakae! Ouendan DS rhythm game,
occidentalized as Elite Beat Agents.
Closes: https://bugs.gentoo.org/648642
Closes: https://github.com/gentoo/gentoo/pull/7275
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/oshu/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/oshu/metadata.xml | 11 | ||||
-rw-r--r-- | games-arcade/oshu/oshu-1.6.0.ebuild | 25 |
3 files changed, 37 insertions, 0 deletions
diff --git a/games-arcade/oshu/Manifest b/games-arcade/oshu/Manifest new file mode 100644 index 000000000000..a3d22b93c178 --- /dev/null +++ b/games-arcade/oshu/Manifest @@ -0,0 +1 @@ +DIST oshu-1.6.0.tar.gz 2459889 BLAKE2B 568b5bf00da50ce215b6156b36d0d1d894259abebeeba725103601f7f5d3a82705d308a7986f5e705b0d24469e6866207836eec9e1b9bdd89df291a4e9c372cd SHA512 e1f76a05d7ba40265dd58f6fe8106ed6293385870c7e77ff6bbd3dd0e9b5f7bc45f8f0b9c3729a6781c04289d54c76f9698bb659ba50fd35e609de23ecb02aa8 diff --git a/games-arcade/oshu/metadata.xml b/games-arcade/oshu/metadata.xml new file mode 100644 index 000000000000..764e78624bc3 --- /dev/null +++ b/games-arcade/oshu/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>contact@hacktivis.me</email> +</maintainer> +<maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> +</maintainer> +</pkgmetadata> 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..de03656934d5 --- /dev/null +++ b/games-arcade/oshu/oshu-1.6.0.ebuild @@ -0,0 +1,25 @@ +# 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:= + media-libs/sdl2-image:= + x11-libs/cairo:= + !libav? ( media-video/ffmpeg:= ) + libav? ( media-video/libav:= ) +" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" |