19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'spotify-player'
|
|
pkgname=spotify-player
|
|
version=0.16.0
|
|
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="Thang Pham <phamducthang1234@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/aome510/spotify-player"
|
|
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=2f70cd8fbea928022497fdd34140ce648ff695cdcc21d366228f41727c9e0d1f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|