void-packages/srcpkgs/spotify-player/template

19 lines
604 B
Bash

# Template file for 'spotify-player'
pkgname=spotify-player
version=0.18.2
revision=1
build_style=cargo
make_install_args="--path spotify_player"
hostmakedepends="pkg-config"
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=0af639cb1a4e489e02a9c112554fa85af41e14490c9a66725b1f9eb1a7f4cfd4
post_install() {
vlicense LICENSE
}