# Maintainer: Mélanie Chauvel (ariasuni) _appname=whalebird pkgname="$_appname-bin" pkgver=2.6.3 pkgrel=1 pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux' arch=(x86_64) url='https://whalebird.org/' license=(MIT) depends=(alsa-lib gconf gtk2 libxss libxtst nss) source=("https://github.com/h3poteto/whalebird-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm") sha256sums=('9185fd42fee838a4ff704aa2079f4dff56cb6c20d0054fbf9f9ea46dbe962d4e') package() { cp -R opt/ usr/ $pkgdir mkdir $pkgdir/usr/bin ln -s "/opt/Whalebird/whalebird" $pkgdir/usr/bin/whalebird }