Version updated to 22.35.0. Added install script with a reminder.
This commit is contained in:
parent
e9c6a12f23
commit
e0794d395d
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||||
pkgname=dwelling-radio
|
pkgname=dwelling-radio
|
||||||
pkgver=22.31.0
|
pkgver=22.35.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Arav's dwelling / Radio"
|
pkgdesc="Arav's dwelling / Radio"
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
@ -12,9 +12,9 @@ makedepends=('git' 'go')
|
|||||||
provides=('dwelling-radio')
|
provides=('dwelling-radio')
|
||||||
conflicts=('dwelling-radio')
|
conflicts=('dwelling-radio')
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=('etc/dwelling/radio.yaml')
|
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=dwelling-radio.install
|
||||||
source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git')
|
source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git')
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
12
build/archlinux/dwelling-radio.install
Normal file
12
build/archlinux/dwelling-radio.install
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
post_install() {
|
||||||
|
cat << EOF
|
||||||
|
>>> You must add a path to a liquidsoap executable in a systemd unit!
|
||||||
|
>>
|
||||||
|
>>> Run `systemd edit dwelling-radio.service` to edit a .service file and
|
||||||
|
>>> add a new `ExecPaths=` option with a path to a liquidsoap to a
|
||||||
|
>>> [Service] section.
|
||||||
|
>>> Like:
|
||||||
|
>>> [Service]
|
||||||
|
>>> ExecPaths=/usr/bin/liquidsoap
|
||||||
|
EOF
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user