void-packages/srcpkgs/minecraft/template
2019-03-13 21:55:16 -03:00

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
}