summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/anydesk/anydesk-4.0.0.ebuild')
-rw-r--r--net-misc/anydesk/anydesk-4.0.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/anydesk/anydesk-4.0.0.ebuild b/net-misc/anydesk/anydesk-4.0.0.ebuild
new file mode 100644
index 0000000..d6a726e
--- /dev/null
+++ b/net-misc/anydesk/anydesk-4.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet"
+HOMEPAGE="http://anydesk.de/"
+SRC_URI="
+ x86? ( http://download.anydesk.com/linux/${P}-i686.tar.gz )
+ amd64? ( http://download.anydesk.com/linux/${P}-amd64.tar.gz )"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="x11-libs/gtkglext"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin anydesk
+}