Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Telegram/5.16.4_bin/Recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
compile_version=017-GIT
url="https://github.com/telegramdesktop/tdesktop/releases/download/v5.16.4/tsetup.5.16.4.tar.xz"
file_size=61708796
file_md5=971a10d4bc6e02c0e2aa1c421f63b5b0
unpack_files=files_in_root
recipe_type=manifest
manifest=(
"Telegram:package"
"$recipedir/Resources/Wrappers/Telegram-bin.sh:bin/Telegram"
)
Empty file.
5 changes: 5 additions & 0 deletions Telegram/5.16.4_bin/Resources/Description
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Name] Telegram Desktop
[Summary] Telegram Desktop messaging app
[Description] Cloud-based, cross-platform, social media and instant messaging service.
[License] GPL-3.0
[Homepage] https://telegram.org
4 changes: 4 additions & 0 deletions Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

pkgdir=$(readlink -f $(dirname $(which Telegram))/../package)
exec Runner ${pkgdir}/Telegram "$@"