diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template new file mode 100644 index 00000000000..6bddcd1b55f --- /dev/null +++ b/srcpkgs/python3-Telethon/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Telethon' +pkgname=python3-Telethon +version=0.18.1 +revision=1 +wrksrc="Telethon-${version}" +build_style=python3-module +pycompile_module="telethon" +hostmakedepends="python3-setuptools" +depends="python3-pyaes python3-rsa python3-typing" +short_desc="Pure Python3 Telegram client library" +maintainer="maxice8 " +license="MIT" +homepage="https://lonamiwebs.github.io/Telethon" +distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz" +checksum=90ba25db77433c1e3f288cace15f548ff1855f6558bbe2053463b4720e8b2999 +noarch=yes + +post_install() { + vlicense LICENSE +}