void-packages/srcpkgs/python3-Telethon/template

21 lines
654 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.9.0
revision=1
archs=noarch
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="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="https://lonamiwebs.github.io/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=3c0a37d6520234c731e6ee60546dd58730768c8ed7a08c78796ce07cede799bc
post_install() {
vlicense LICENSE
}