void-packages/srcpkgs/python3-Telethon/template
2019-03-04 16:46:10 -03:00

21 lines
650 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.6.2
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://lonamiwebs.github.io/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=19befef3c5344628c5204877991b8f89fe2fe65ddeaa1b9c0499b4da57dc685a
post_install() {
vlicense LICENSE
}