# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-2 python EGIT_REPO_URI="git://github.com/Janhouse/tespeed.git" DESCRIPTION="Terminal network speed test that uses servers from Speedtest.net" HOMEPAGE="https://github.com/Janhouse/tespeed" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/lxml" src_install() { exeinto /usr/bin newexe tespeed.py tespeed || die dodoc README }