| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.9 | 7 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker xdg
DESCRIPTION="Rustdesk"
HOMEPAGE="https://www.rustdesk.com/"
SRC_URI="https://github.com/rustdesk/${PN}/releases/download/${PV}/${P}.deb"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
QA_PREBUILT="*"
DEPEND="
x11-misc/xdotool
"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}"
src_install() {
cp -a "${S}"/* "${D}" || die
}
x11-misc/xdotool
x11-misc/xdotool
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rustdesk-1.1.9.deb | 6203088 bytes | https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9.deb |