void-packages/srcpkgs/python3-Telethon/template

21 lines
624 B
Bash
Raw Normal View History

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=0.18.2
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=3ad0c51f7650c4dff7282e878dfb25ddc0b9d73a5aa99cc58ccd90c4cc137423
noarch=yes
post_install() {
vlicense LICENSE
}