void-packages/srcpkgs/python3-Telethon/template
2018-07-30 13:34:10 -03:00

20 lines
647 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.1.1
revision=1
noarch=yes
wrksrc="Telethon-${version}"
build_style=python3-module
pycompile_module="telethon telethon_generator"
hostmakedepends="python3-setuptools"
depends="python3-pyaes python3-rsa python3-async_generator"
short_desc="Pure Python3 Telegram client library"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://lonamiwebs.github.io/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=27edacc716adb5cfb3e6699be1ed1714369bd07f3e79a3ee726181ec329b6d8e
post_install() {
vlicense LICENSE
}