forked from pool/telegram-desktop
* Collectible Gifts. * Reactions for Service Messages. - Download and compress tarballs with obs service * Remove ada-packager.sh * Remove tg_owt-packager.sh OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=340
14 lines
359 B
Bash
14 lines
359 B
Bash
#! /bin/bash
|
|
|
|
# ada version
|
|
# https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile#L799
|
|
rm -rf ada \
|
|
&& git clone -b v2.9.0 --depth=1 https://github.com/ada-url/ada.git \
|
|
&& cd ada \
|
|
&& rm -rf .git \
|
|
&& cd .. \
|
|
&& mv ada ada-v2.9.0 \
|
|
&& zip ada-v2.9.0.zip -r ada-v2.9.0 -x '*.git*' \
|
|
|
|
rm -rf ada-v2.9.0
|