pkgname=icqdesktop-bin pkgver=10.0.8172 pkgrel=1 pkgdesc='Official ICQ client for Linux (binary version)' arch=('x86_64') url="https://icq.com/linux/" license=("Apache") depends=('libxcursor' 'libxinerama' 'libxrandr') source=('https://hb.bizmrg.com/icq-www/linux/x64/icq.tar.xz' 'icq.png::https://raw.githubusercontent.com/mail-ru-im/im-desktop/master/gui/resources/main_window/logo_small_200.png' 'icq.desktop') sha256sums=('65298d80e47a1f05f36433c5d1c45b24bd7fc4ea28bdb5953fab010355768361' '646e5bfbe01b867a6398cfd2ba49c2e3a16da2596e77fd2137f9d4e1d4ebfd7d' '6f67421a78c5ea09af1e05b713a9d468fe1e2bda73e4fd20d7ec54c3184f2676') package () { install -Dm755 icq "$pkgdir/usr/bin/icq" install -Dm644 icq.png "$pkgdir/usr/share/pixmaps/icq.png" install -Dm644 icq.desktop "$pkgdir/usr/share/applications/icq.desktop" }