Commit e3733b62 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add minecraft-launcher

parent 2c440212
#!/bin/sh
PKGNAME=minecraft-launcher
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Minecraft launcher from the official site"
. $(dirname $0)/common.sh
# https://www.minecraft.net/en-us/download
epm install "https://launcher.mojang.com/download/Minecraft.deb"
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=minecraft-launcher
subst '1iRequires: java-openjdk at-spi2-atk file GConf glib2 grep libatk libat-spi2-core libalsa libcairo libcups libdbus libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+3 libnspr libnss libpango libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender libXtst sed which xdg-utils xprop libsecret' $SPEC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment