net-libs/telebot - 9999 (dm9pZCAq)

Search

Package Information

Description:
Telegram Bot API in C
Homepage:
https://elmurod.net/telebot https://github.com/smartnode/telebot
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Telegram Bot API in C"
HOMEPAGE="
	https://elmurod.net/telebot
	https://github.com/smartnode/telebot
"
EGIT_REPO_URI="https://github.com/smartnode/${PN}.git"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""

DEPEND="
	net-misc/curl
	dev-libs/json-c
"
RDEPEND="${DEPEND}"

CMAKE_USE_DIR="${S}"
BUILD_DIR="${CMAKE_USE_DIR}"

Dependencies

DEPEND

	net-misc/curl
	dev-libs/json-c

RDEPEND

	net-misc/curl
	dev-libs/json-c