23 lines
639 B
Bash
23 lines
639 B
Bash
|
# 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
|
||
|
}
|