mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
minecraft: remove package
non-redistributable
This commit is contained in:
parent
765defd05c
commit
1a4c2c1c1f
3 changed files with 0 additions and 27 deletions
|
@ -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…
Add table
Reference in a new issue