# Maintainer: Simon Hauser # Contributor: Rodrigo Gryzinski pkgname='spotify-tui-bin' pkgver=0.20.0 pkgrel=2 pkgdesc="Spotify client for the terminal written in Rust" arch=('x86_64') url='https://github.com/Rigellute/spotify-tui' license=('MIT') depends=(openssl libxcb) provides=('spotify-tui') conflicts=('spotify-tui') source=("spotify-tui-linux-$pkgver.tar.gz::$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz" "https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE") sha256sums=('aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb' '76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88') function package { install -Dt "$pkgdir/usr/bin/" "$srcdir/spt" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }