2018-03-23 09:58:11 +01:00
|
|
|
# Template file for 'python3-Telethon'
|
|
|
|
pkgname=python3-Telethon
|
2018-04-16 06:05:12 +02:00
|
|
|
version=0.18.3
|
2018-03-23 09:58:11 +01:00
|
|
|
revision=1
|
|
|
|
wrksrc="Telethon-${version}"
|
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="telethon"
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-pyaes python3-rsa python3-typing"
|
|
|
|
short_desc="Pure Python3 Telegram client library"
|
|
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://lonamiwebs.github.io/Telethon"
|
|
|
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
2018-04-16 06:05:12 +02:00
|
|
|
checksum=e9c8a94703b33031c9c87b647b168e1b5a99c6226fc40da2d67a41526c58fb92
|
2018-03-23 09:58:11 +01:00
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|