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