15 lines
325 B
Text
15 lines
325 B
Text
# Template build file for 'minecraft'
|
|
pkgname=minecraft
|
|
version=0.4
|
|
revision=1
|
|
nonfree="yes"
|
|
noarch="yes"
|
|
depends="wmname wget"
|
|
short_desc="Launcher for the famous Minecraft game"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.minecraft.net/"
|
|
license="Propietary"
|
|
|
|
do_install() {
|
|
vbin ${FILESDIR}/minecraft
|
|
}
|