vp-build/srcpkgs/python3-Telethon/template

20 lines
634 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.21.1
revision=2
wrksrc="Telethon-${version}"
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="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=793a98e775f7f4261fb7fa7a4a447f92a663e6697c7a7a5afcf3a54bfd3cf289
post_install() {
vlicense LICENSE
}