net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / dev-libs / tdlib / tdlib-9999.ebuild
blob184a1b98f951d60768c4aaa0b5405cc685d863bb
1 # Copyright 2019-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit cmake git-r3
8 DESCRIPTION="Cross-platform library for building Telegram clients"
9 HOMEPAGE="https://core.telegram.org/tdlib"
10 EGIT_REPO_URI="https://github.com/tdlib/td.git"
11 EGIT_BRANCH="master"
12 EGIT_CHECKOUT_DIR="${WORKDIR}/td"
14 LICENSE="Boost-1.0"
15 SLOT="0"
16 #KEYWORDS="~amd64 ~x86"
18 DEPEND="sys-devel/gcc
19 dev-libs/openssl
20 sys-libs/zlib
21 dev-util/gperf
22 dev-build/cmake
24 RDEPEND="${DEPEND}"
26 S="${EGIT_CHECKOUT_DIR}"
27 BUILD_DIR="${S}/build"