19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.21.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyaes python3-rsa"
|
|
checkdepends="$depends python3-pytest python3-pytest-asyncio"
|
|
short_desc="Pure Python3 Telegram client library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/LonamiWebs/Telethon"
|
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
|
checksum=793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|