void-packages/srcpkgs/python3-Telethon/template

21 lines
626 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=0.19
revision=1
noarch=yes
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="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=2072318a146459fbb4acf92dd3ca03aa4a58e4cf147c43d8e016bd191826e097
post_install() {
vlicense LICENSE
}