Install script doesn't needed. A tar.gz archive used instead of git.
This commit is contained in:
parent
0620f82940
commit
49793150b3
@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-radio"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=()
|
||||
makedepends=('git' 'go')
|
||||
makedepends=('go')
|
||||
provides=('dwelling-radio')
|
||||
conflicts=('dwelling-radio')
|
||||
replaces=()
|
||||
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
|
||||
options=()
|
||||
install=dwelling-radio.install
|
||||
source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git')
|
||||
install=
|
||||
source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.0.tar.gz')
|
||||
noextract=()
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
cat << EOF
|
||||
>>> You must add a path to a liquidsoap executable in a systemd unit as well!
|
||||
>>
|
||||
>>> 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