Pkgfile 565 B

12345678910111213141516171819
  1. # Description: Official desktop version of Telegram messaging app - Static binaries
  2. # URL: https://web.telegram.org/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: glib hicolor-icon-theme dbus xorg-libx11 chrpath
  5. name=telegram-desktop-bin
  6. version=5.6.3
  7. release=1
  8. source=(https://td.telegram.org/tlinux/tsetup.$version.tar.xz telegram.desktop)
  9. build() {
  10. cd Telegram
  11. install -Dm755 "$SRC/Telegram/Telegram" "$PKG/usr/bin/telegram-desktop"
  12. install -Dm755 "$SRC/telegram.desktop" "$PKG/usr/share/applications/telegram.desktop"
  13. }