void-packages/srcpkgs/python3-telegram/template
2021-11-02 20:21:49 +01:00

23 lines
638 B
Bash

# Template file for 'python3-telegram'
pkgname=python3-telegram
version=0.14.0
revision=3
wrksrc=python-telegram-${version}
build_style=python3-module
hostmakedepends="python3"
depends="libtd python3-setuptools"
short_desc="Python library for building Telegram clients"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/alexander-akhmetov/python-telegram"
distfiles="https://github.com/alexander-akhmetov/python-telegram/archive/${version}.tar.gz"
checksum=11b0a2387bae642eb7f134fe35b9ef67b8183aa961412bcdfa86ff404beed897
post_extract() {
rm -r telegram/lib
}
post_install() {
vlicense LICENSE
}