# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" SLOT="0" inherit git-2 multilib EGIT_REPO_URI="https://github.com/ValveSoftware/voglperf.git" DESCRIPTION="Benchmarking tool for Linux OpenGL games" HOMEPAGE="github.com/ValveSoftware/voglperf" KEYWORDS="~amd64 ~x86" src_install() { dobin bin/voglperfrun* dolib bin/libvoglperf* }