21 lines
650 B
Bash
21 lines
650 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.6.1
|
|
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=931e5b5c45077be4154ee38f322fe095ae817e254b7ac6ddcff9a1719a2a3e2a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|