OI/games-action/minecraft-launcher/minecraft-launcher-9999.ebuild
2019-05-04 21:59:41 +02:00

26 lines
613 B
Bash

# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="The official Minecraft launcher"
HOMEPAGE="https://www.minecraft.net/fr-fr/download/alternative/"
SRC_URI="https://launcher.mojang.com/download/Minecraft.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="~virtual/jre-1.8.0"
RDEPEND="${DEPEND}"
BDEPEND=""
S="/var/tmp/portage/games-action/minecraft-launcher-9999/work/minecraft-launcher"
src_install() {
dodir "/usr/share/${P}"
insinto "/usr/share/${P}"
doins *
dosym /usr/share/${P}/minecraft-launcher /usr/bin/${P}
}