15 lines
328 B
Bash
15 lines
328 B
Bash
# 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="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://www.minecraft.net/"
|
|
license="Propietary"
|
|
repository=nonfree
|
|
|
|
do_install() {
|
|
vbin ${FILESDIR}/minecraft
|
|
}
|