# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" HOMEPAGE="http://anydesk.de/" SRC_URI="http://download.anydesk.com/anydesk-2.0.1-amd64.tar.gz" LICENSE="" SLOT="0" KEYWORDS="-* ~amd64" IUSE="" DEPEND="x11-libs/gtkglext" RDEPEND="${DEPEND}" src_install() { dobin anydesk }