New package: python3-Telethon-0.18.1.

Closes: #12832 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 05:58:11 -03:00 committed by Michael Aldridge
parent 1d85cf124f
commit b9ed5baf06
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=0.18.1
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"
checksum=90ba25db77433c1e3f288cace15f548ff1855f6558bbe2053463b4720e8b2999
noarch=yes
post_install() {
vlicense LICENSE
}