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 2d1b81f commit 33de48a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/spotifyd/template
@@ -0,0 +1,18 @@
# Template file for 'spotifyd'
pkgname=spotifyd
version=0.2.20
revision=1
build_style=cargo
configure_args="--no-default-features --features pulseaudio_backend,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 33de48a

Please sign in to comment.