void-packages/srcpkgs/python3-Telethon/template

21 lines
632 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.10.8
revision=1
archs=noarch
wrksrc="Telethon-${version}"
build_style=python3-module
pycompile_module="telethon telethon_generator"
hostmakedepends="python3-setuptools"
depends="python3-pyaes python3-rsa"
short_desc="Pure Python3 Telegram client library"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="https://github.com/LonamiWebs/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=b53084720419de4cb451eb5eff299e557939a680ab4d36b25f0c3a137513b372
post_install() {
vlicense LICENSE
}