net-libs/telebot - 9999 (dm9pZCAq)

Search

Install

Install this version:

emerge -a =net-libs/telebot-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-libs/telebot-9999

Or alternatively:

emerge --autounmask-write -a =net-libs/telebot-9999

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}"

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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