blob: a50d657d7897574d32d1fec37e9a04587835b537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = telegram-tg
pkgdesc = terminal telegram client that really works
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/paul-nameless/tg
arch = any
license = Unlicense
makedepends = python-setuptools
depends = python-telegram
depends = python3
optdepends = libnotify: for notifications, you could also use other programs: see config
optdepends = ffmpeg: to record voice msgs and upload videos correctly
optdepends = urlview: to choose urls when there is multiple in message, use URL_VIEW in config file to use another app, it should accept urls in stdin
conflicts = telegram-tg-git
source = telegram-tg-0.7.0.tar.gz::https://github.com/paul-nameless/tg/archive/v0.7.0.tar.gz
md5sums = 2326260f8db97f4254657c64b6542e55
pkgname = telegram-tg
|