void-packages/srcpkgs/minecraft/template

34 lines
926 B
Text
Raw Normal View History

# Template build file for 'minecraft'
2013-01-04 14:09:20 +00:00
pkgname=minecraft
version=0.2
2013-01-04 14:09:20 +00:00
revision=1
short_desc="Launcher for the famous Minecraft game"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.minecraft.net/"
license="Propietary"
long_desc="
Minecraft is a game about breaking and placing blocks. At first, people
built structures to protect against nocturnal monsters, but as the game
grew players worked together to create wonderful, imaginative things.
It can also be about adventuring with friends or watching the sun rise
over a blocky ocean. I's pretty. Brave players battle terrible things
in The Nether, which is more scary than pretty. You can also visit a
land of mushrooms if it sounds more like your cup of tea."
nofetch=yes
noextract=yes
2013-01-04 14:09:20 +00:00
do_install() {
vinstall ${FILESDIR}/minecraft 755 usr/bin
2013-01-04 14:09:20 +00:00
}
minecraft_package() {
nonfree="yes"
noarch="yes"
depends="wmname wget"
pkg_install() {
vmove usr
}
}