21 lines
648 B
Bash
21 lines
648 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.5.5
|
|
revision=1
|
|
noarch=yes
|
|
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=d7d5911601aa24bfcf8cdc5ed59d3226d026b9f7f2e508096de1612466d1b77c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|