Skip to content

Instantly share code, notes, and snippets.

@agrif
Created July 11, 2011 21:11
Show Gist options
  • Save agrif/1076806 to your computer and use it in GitHub Desktop.
Save agrif/1076806 to your computer and use it in GitHub Desktop.
an ebuild for Minecraft Overviewer
EAPI=2
inherit git distutils
DESCRIPTION="Generates large resolution images of a Minecraft map."
HOMEPAGE="http://overviewer.org/"
EGIT_REPO_URI="git://github.com/brownan/Minecraft-Overviewer.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/python-2.6
>=dev-python/imaging-1.1.7
>=dev-python/numpy-1.4.1"
DEPEND="${RDEPEND}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment