20 lines
632 B
Bash
20 lines
632 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.10.9
|
|
revision=2
|
|
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://github.com/LonamiWebs/Telethon"
|
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
|
checksum=7d4767c61cdc7304477f92847e8ebf8bbca51dbb335a90bc84e37c4cd24c1b7f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|