minecraft: remove package

non-redistributable
This commit is contained in:
Piotr Wójcik 2020-07-14 19:53:49 +02:00 committed by Piotr
parent 765defd05c
commit 1a4c2c1c1f
3 changed files with 0 additions and 27 deletions

View file

@ -1,5 +0,0 @@
To start the Minecraft launcher a java implementation is required,
right now you can install the Open Java Runtime (openjdk-jre) or
the Oracle propietary "oracle-jre" package available
in the nonfree repository; alternatively you can also use your own
and make sure that "java" executable is in your PATH.

View file

@ -1,7 +0,0 @@
#!/bin/sh
HD=~/.minecraft
HDJ=$HD/minecraft16.jar
[ ! -d ${HD} ] && mkdir $HD
[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
wmname LG3D
java -jar $HDJ

View file

@ -1,15 +0,0 @@
# Template file for 'minecraft'
pkgname=minecraft
version=0.5
revision=1
archs=noarch
depends="wmname wget"
short_desc="Launcher for the famous Minecraft game"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://www.minecraft.net/"
license="Propietary"
repository=nonfree
do_install() {
vbin ${FILESDIR}/minecraft
}