# Template file for 'spotify-player'
pkgname=spotify-player
version=0.22.1
revision=1
build_style=cargo
make_install_args="--path spotify_player"
hostmakedepends="pkg-config cmake clang rust-bindgen"
makedepends="openssl-devel alsa-lib-devel dbus-devel libxcb-devel"
short_desc="Command driven spotify player"
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
license="MIT"
homepage="https://github.com/aome510/spotify-player"
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
checksum=b09ae88647758003eb7c666d3c2f60e1ff7624a14f9e8244332afe2b46167c4f

post_install() {
	vlicense LICENSE
}
