16 lines
510 B
Bash
16 lines
510 B
Bash
# Template file for 'telegram-tg'
|
|
pkgname=telegram-tg
|
|
version=0.17.0
|
|
revision=1
|
|
wrksrc=tg-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-telegram"
|
|
short_desc="Terminal Telegram client"
|
|
maintainer="Maxim Karasev <begs@disroot.org>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/paul-nameless/tg"
|
|
distfiles="${PYPI_SITE}/t/tg/tg-${version}.tar.gz"
|
|
checksum=aab22b1e40a28710b6e3dbe4f3bba67ff02e36d612d8388f9400e4c34feab221
|
|
# There are no tests to run
|
|
make_check=no
|