20 lines
611 B
Bash
20 lines
611 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.13.0
|
|
revision=3
|
|
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=a3d6813fd63ec71756a6aff3a59480ff07a137f90b4d2231f4616483e66a4ade
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
|
vlicense LICENSE
|
|
}
|