pkgname=shinoa-bin pkgver=latest pkgrel=1 pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib' arch=('x86_64') url='https://git.mshq.dev/AxiFisk/shinoa' license=('custom:unknown') depends=('gcc-libs' 'glibc' 'ncurses' 'openssl' 'zlib') provides=('shinoa') conflicts=('shinoa') source=( "shinoa-linux-x86_64.tar.gz::${url}/releases/download/latest/shinoa-linux-x86_64.tar.gz" ) sha256sums=('SKIP') package() { cp -a "$srcdir/usr" "$pkgdir/" }