17 lines
539 B
Bash
17 lines
539 B
Bash
# Template file for 'spotify-tui'
|
|
pkgname=spotify-tui
|
|
version=0.17.1
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config python3"
|
|
makedepends="libressl-devel python3-devel libxcb-devel"
|
|
short_desc="Spotify for the terminal"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Rigellute/spotify-tui"
|
|
distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz"
|
|
checksum=8d3ee2e28b8c120a7e3ce85fc97e41ef141b36a52c74128d3b555f08e43e9dd8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|