16 lines
488 B
Bash
16 lines
488 B
Bash
# Template file for 'telegram-tg'
|
|
pkgname=telegram-tg
|
|
version=0.19.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-telegram"
|
|
short_desc="Terminal Telegram client"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/paul-nameless/tg"
|
|
distfiles="${PYPI_SITE}/t/tg/tg-${version}.tar.gz"
|
|
checksum=2f1ad2fd1af78e10dfe50663cc9b1f31af531fcd27f630f6a1fc1aa2d5b569cb
|
|
# There are no tests to run
|
|
make_check=no
|