void-packages/srcpkgs/python3-Telethon/template
2020-03-07 10:23:35 +01:00

19 lines
585 B
Bash

# Template file for 'python3-Telethon'
pkgname=python3-Telethon
version=1.11.3
revision=1
archs=noarch
wrksrc="Telethon-${version}"
build_style=python3-module
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=f399c6753789a03f24b3ecad4fb3c3c63515fe2f7fb9658a6cd7b4af14eaaa95
post_install() {
vlicense LICENSE
}