Initial import

This commit is contained in:
2022-08-30 15:46:53 -04:00
commit e712bb5dc2
274 changed files with 27716 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD x2gokdriveclient-9999.ebuild 492 SHA256 f794edbc47e5438961cbd2ac05a0ead14643d5dd551aad779f11d5adc8db4c1d SHA512 c6b614b3b60127bd81f41c5cd40aa29b183797f8c72a971b311fea42185667ddfeaeea16ed00f72640f85883f9c37b8e11b7614cd1be4c259b0a8fed2557212c WHIRLPOOL 15c1e0029eb62d92c11c736af4f148bda87e1106242d0f51c304ee8881b05d701da3aa36a02ad6cfb550ad4014268236d129ff405ea6e484ea8e7002c25794ba

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils git-r3
DESCRIPTION="The X2Go KDrive Qt client"
HOMEPAGE="http://www.x2go.org"
EGIT_REPO_URI="git://code.x2go.org/x2gokdriveclient.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="dev-qt/qtcore:5"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
src_configure() {
eqmake5
}
src_install() {
dobin ${PN}
doman man/man?/*
}