21 lines
631 B
Bash
21 lines
631 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.10.3
|
|
revision=1
|
|
archs=noarch
|
|
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="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=5f1995c616a62fb24fb7dcc7172256d68a270e279e5e0f680efe997d7c275ee1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|