net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / dev-libs / tdlib / tdlib-1.8.0.ebuild
blob58f7f8816cd244382c18764d40d2ff3ba58d6d4e
1 # Copyright 2019-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit cmake
8 DESCRIPTION="Cross-platform library for building Telegram clients"
9 HOMEPAGE="https://core.telegram.org/tdlib"
10 SRC_URI="https://github.com/tdlib/td/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="Boost-1.0"
13 SLOT="0"
14 KEYWORDS="amd64 ~x86"
16 DEPEND="sys-devel/gcc
17 dev-libs/openssl
18 sys-libs/zlib
19 dev-util/gperf
20 dev-build/cmake
22 RDEPEND="${DEPEND}"
24 S="${WORKDIR}/td-${PV}"