Skip to content

Commit

Permalink
New package: spotifyd-0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Nov 5, 2019
1 parent 488d3d4 commit f56ef34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions srcpkgs/spotifyd/template
@@ -0,0 +1,17 @@
# Template file for 'spotifyd'
pkgname=spotifyd
version=0.2.20
revision=1
build_style=cargo
configure_args="--no-default-features --features pulseaudio_backend,dbus_keyring,dbus_mpris"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel libressl-devel pulseaudio-devel dbus-devel"
short_desc="Spotify client running as a UNIX daemon"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Spotifyd/spotifyd"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b76d15756f6024e6f0f288092a1dd6a65e39ee611966c5073e7e734c3058ead5

export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
export CC_${RUST_BUILD//-/_}="${BUILD_CC}"

0 comments on commit f56ef34

Please sign in to comment.