tg is a ncurses Telegram client with vi-like keybindings. It supports a wide range a of features (view/send photos, videos, voice notes, documents, stickers, ...) and secure chats too. with tweaks from and ok sthen@
25 lines
451 B
Makefile
25 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/06/09 10:44:05 landry Exp $
|
|
|
|
COMMENT = ncurses Telegram client
|
|
|
|
MODPY_EGG_VERSION = 0.17.0
|
|
|
|
DISTNAME = tg-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/paul-nameless/tg
|
|
|
|
# Public Domain; see "UNLICENSE" file in git repo
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = net/py-telegram${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|