Add initial APKBUILD for shairport-sync and nqptp

This commit is contained in:
2021-12-16 13:42:50 +00:00
parent 835abdc133
commit f534bdfeb8
4 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/sbin/openrc-run
description="A synchronous (multi-room-capable) AirPlay receiver."
command="/usr/bin/shairport-sync"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net localmount avahi-daemon nqptp
}