30ee2fc hlna

This commit is contained in:
Евгений Храмов 2023-02-20 14:33:07 +03:00
parent 9c7e170844
commit 954066be96

@ -15,6 +15,11 @@ deps_arch=('python' 'python-pip' 'steamcmd')
sources=("git+https://gitflic.ru/project/xpamych/hln-a.git")
checksums=('SKIP')
version() {
cd "$srcdir/hln-a"
git-version
}
prepare() {
pip install --upgrade --user click colorama pyTelegramBotAPI
}