1 # Copyright 2021-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="C++ library for Telegram bot API"
9 HOMEPAGE
="https://github.com/reo7sp/tgbot-cpp"
10 SRC_URI
="https://github.com/reo7sp/tgbot-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
15 IUSE
="+shared-libs doc test"
16 RESTRICT
="!test? ( test )"
21 >=net-misc/curl-7.56.0
22 >=dev-libs/boost-1.59.0"
24 BDEPEND
="doc? ( app-text/doxygen[dot] )"
28 -DENABLE_TESTS=$
(usex
test ON OFF
)
29 -DBUILD_SHARED_LIBS=$
(usex shared-libs ON OFF
)
30 -DBUILD_DOCUMENTATION=$
(usex doc ON OFF
)