minecraft: remove package
non-redistributable
This commit is contained in:
parent
765defd05c
commit
1a4c2c1c1f
@ -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.
|
@ -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
|
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user