mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
parent
e6faa27417
commit
74bbfcc9a7
1 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'snapcast'
|
||||
pkgname=snapcast
|
||||
version=0.27.0
|
||||
revision=3
|
||||
version=0.28.0
|
||||
revision=1
|
||||
_snapweb_version=0.7.0
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DBUILD_WITH_TREMOR=OFF
|
||||
-DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF)
|
||||
|
@ -15,12 +16,19 @@ maintainer="amak <amak.git@outlook.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/badaix/snapcast"
|
||||
changelog="https://raw.githubusercontent.com/badaix/snapcast/master/changelog.md"
|
||||
distfiles="https://github.com/badaix/snapcast/archive/v${version}.tar.gz"
|
||||
checksum=c662c6eafbaa42a4797a4ed6ba4a7602332abf99f6ba6ea88ff8ae59978a86ba
|
||||
distfiles="https://github.com/badaix/snapcast/archive/v${version}.tar.gz
|
||||
https://github.com/badaix/snapweb/releases/download/v${_snapweb_version}/snapweb.zip>snapweb-${_snapweb_version}.zip"
|
||||
checksum="7911037dd4b06fe98166db1d49a7cd83ccf131210d5aaad47507bfa0cfc31407
|
||||
2acfc3538e4f4daefb0a2eac9126925f5a455dfd68b14ba5500fac5f1f82cb8f"
|
||||
skip_extraction="snapweb-${_snapweb_version}.zip"
|
||||
|
||||
build_options="avahi pulseaudio"
|
||||
build_options_default="avahi pulseaudio"
|
||||
|
||||
post_extract() {
|
||||
vsrcextract -C server/etc/snapweb --strip-components=0 snapweb-${_snapweb_version}.zip
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vdoc doc/player_setup.md
|
||||
|
|
Loading…
Add table
Reference in a new issue