aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-telegram/template
blob: 13cc66ab33c7d19c334aae2fe314a67866b4bcb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'python3-telegram'
pkgname=python3-telegram
version=0.14.0
revision=1
wrksrc=python-telegram-${version}
build_style=python3-module
hostmakedepends="python3"
depends="libtd python3-setuptools"
short_desc="Python library for building Telegram clients"
maintainer="Maxim Karasev <begs@disroot.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
}