app-editors/appflowy-bin: add 0.5.4, drop 0.5.3
[gentoo-zh.git] / dev-libs / tdlib / tdlib-1.5.0.ebuild
blob844dafc64cbe5ff4ed89c61dd41c52aba6554817
1 # Copyright 2019-2021 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}"
23 PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
25 S="${WORKDIR}/td-${PV}"